diff options
Diffstat (limited to 'tests/in')
-rw-r--r-- | tests/in/testscript | 4 |
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 |