diff options
Diffstat (limited to 'tests/mv/into-self-2')
-rwxr-xr-x | tests/mv/into-self-2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/into-self-2 b/tests/mv/into-self-2 index a2939d998..28e212768 100755 --- a/tests/mv/into-self-2 +++ b/tests/mv/into-self-2 @@ -27,8 +27,8 @@ file="$other_partition_tmpdir/file" symlink=symlink -echo whatever > $file || framework_failure -ln -s $file $symlink || framework_failure +echo whatever > $file || framework_failure_ +ln -s $file $symlink || framework_failure_ # This mv command should exit nonzero. mv $symlink $file > out 2>&1 && fail=1 |