diff options
Diffstat (limited to 'tests/mv/mv-special-1')
-rwxr-xr-x | tests/mv/mv-special-1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/mv/mv-special-1 b/tests/mv/mv-special-1 index 429795313..f43a70791 100755 --- a/tests/mv/mv-special-1 +++ b/tests/mv/mv-special-1 @@ -24,11 +24,11 @@ cleanup_() { rm -rf "$other_partition_tmpdir"; } null=mv-null dir=mv-dir -rm -f $null || framework_failure -mknod $null p || framework_failure -test -p $null || framework_failure -mkdir -p $dir/a/b/c $dir/d/e/f || framework_failure -touch $dir/a/b/c/file1 $dir/d/e/f/file2 || framework_failure +rm -f $null || framework_failure_ +mknod $null p || framework_failure_ +test -p $null || framework_failure_ +mkdir -p $dir/a/b/c $dir/d/e/f || framework_failure_ +touch $dir/a/b/c/file1 $dir/d/e/f/file2 || framework_failure_ # We used to... # exit 77 here to indicate that we couldn't run the test. |