diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-17 14:46:18 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-17 14:47:25 +0300 |
commit | 0898e65ca37686a0a06a2980acf8cc40c0e2494e (patch) | |
tree | e575f1c87bd9d3bb8dde1198389b8bd9f7b697fc /tests/in/testscript | |
parent | fe6f3ec0868185511f5acefb2729eb879798f052 (diff) |
Add --after <ref-file> option for testscript touch builtin
Diffstat (limited to 'tests/in/testscript')
-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 |