diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-11 03:13:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-11 03:13:51 +0000 |
commit | 6e98d78fd476efe912f4a436e735c9d148c80eed (patch) | |
tree | 645596ae97bd3ca1626591b44181b0a01d7ad627 /tests/mv/mv-special-1 | |
parent | 2c5862c80845f9f3827109b436196903ba765441 (diff) | |
download | coreutils-6e98d78fd476efe912f4a436e735c9d148c80eed.tar.xz |
add "'s
Diffstat (limited to 'tests/mv/mv-special-1')
-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 |