diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-05 15:12:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-05 15:12:37 +0000 |
commit | e9e376d85fb8d21c254c2d3788edae89a1f7f752 (patch) | |
tree | e4c02baa5c656b2cf12ea9853fc9bf63cd07d9cb /tests | |
parent | 81f10fbd436d251eab55d53bee69716d84cdd1eb (diff) | |
download | coreutils-e9e376d85fb8d21c254c2d3788edae89a1f7f752.tar.xz |
fix another exit
Diffstat (limited to 'tests')
-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 f004b05ed..0a767c055 100755 --- a/tests/mv/mv-special-1 +++ b/tests/mv/mv-special-1 @@ -36,7 +36,7 @@ if test $framework_failure = 1; then # exit 77 here to indicate that we couldn't run the test. # At least running on SunOS 4.1.4, using a directory NFS mounted # from an OpenBSD system, the above mknod fails. - exit 77 + (exit 77); exit fi fail=0 |