From 0f0e8f9b00aa24dbc3072d339f6674ef39ed5044 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 24 Mar 2016 23:21:17 +0100 Subject: test-test: add -S test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- test-test/test | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/test-test/test b/test-test/test index 5d9a583..53f82bc 100755 --- a/test-test/test +++ b/test-test/test @@ -531,16 +531,30 @@ np_prec () report_np $? "np_prec" } +Sflag () +{ + touch tmp1; rm tmp1 + touch tmp2; rm tmp2 + touch tmp2 + python3 <