diff options
Diffstat (limited to 'tests/mv/to-symlink')
-rwxr-xr-x | tests/mv/to-symlink | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mv/to-symlink b/tests/mv/to-symlink index 600fde35f..162ac55cd 100755 --- a/tests/mv/to-symlink +++ b/tests/mv/to-symlink @@ -26,9 +26,9 @@ rem_file="$other_partition_tmpdir/file" rem_symlink="$other_partition_tmpdir/symlink" file=to-sym -echo local > $file || framework_failure -echo remote > $rem_file || framework_failure -ln -s $rem_file $rem_symlink || framework_failure +echo local > $file || framework_failure_ +echo remote > $rem_file || framework_failure_ +ln -s $rem_file $rem_symlink || framework_failure_ # This mv command should succeed, unlinking the symlink # before copying. |