diff options
-rwxr-xr-x | tests/mv/mv-special-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/mv-special-1 b/tests/mv/mv-special-1 index 9beaf0659..22d88207a 100755 --- a/tests/mv/mv-special-1 +++ b/tests/mv/mv-special-1 @@ -9,7 +9,7 @@ . $srcdir/setup -if test -z $other_partition_tmpdir; then +if test -z "$other_partition_tmpdir"; then exit 77 fi |