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 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 |