aboutsummaryrefslogtreecommitdiff
path: root/tests/mventry
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mventry')
-rw-r--r--tests/mventry/testscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mventry/testscript b/tests/mventry/testscript
index 0a0aaa0..826aeef 100644
--- a/tests/mventry/testscript
+++ b/tests/mventry/testscript
@@ -118,7 +118,7 @@ if ($test.target == $build.host)
: rename.
:
echo 'foo' >=a;
- $lns;
+ $lns &!b;
$* b c &c;
test -f a;
test -f b == 1;
@@ -131,7 +131,7 @@ if ($test.target == $build.host)
: target stays intact.
:
echo 'foo' >=a;
- $lns &b;
+ $lns;
echo 'bar' >=c &!c;
$* c b;
cat a >'foo';
@@ -156,7 +156,7 @@ if ($test.target == $build.host)
: rename.
:
mkdir -p a;
- $lns;
+ $lns &!b;
$* b c &c;
touch a/b;
test -f c/b;