diff options
Diffstat (limited to 'tests/mventry')
-rw-r--r-- | tests/mventry/testscript | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/mventry/testscript b/tests/mventry/testscript index ecd617a..8c41eb4 100644 --- a/tests/mventry/testscript +++ b/tests/mventry/testscript @@ -130,7 +130,7 @@ if ($test.target == $build.host) : target stays intact. : echo 'foo' >=a; - $lns; + $lns &b; echo 'bar' >=c &!c; $* c b; cat a >'foo'; @@ -149,6 +149,7 @@ if ($test.target == $build.host) : dir : { +#\ : from : : Make sure that if source is a symlink it refers the same target after @@ -160,7 +161,7 @@ if ($test.target == $build.host) touch a/b; test -f c/b; test -d b == 1 - +#\ : to : : Make sure that if destination is a symlink it is get overwritten and |