aboutsummaryrefslogtreecommitdiff
path: root/tests/in
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-07-17 14:46:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-07-17 14:47:25 +0300
commit0898e65ca37686a0a06a2980acf8cc40c0e2494e (patch)
treee575f1c87bd9d3bb8dde1198389b8bd9f7b697fc /tests/in
parentfe6f3ec0868185511f5acefb2729eb879798f052 (diff)
Add --after <ref-file> option for testscript touch builtin
Diffstat (limited to 'tests/in')
-rw-r--r--tests/in/testscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/in/testscript b/tests/in/testscript
index fe299d7..3e06137 100644
--- a/tests/in/testscript
+++ b/tests/in/testscript
@@ -62,10 +62,8 @@ $* <<EOI;
file{test}: in{test}
EOI
cat test >'FOO BAR';
-if ($cxx.target.class != 'windows')
- sleep 1
-end;
cat <'$fox$ $baz$' >=test.in;
+touch --after test test.in;
$* <<EOI;
fox = fox
baz = baz