From: Jim Meyering Date: Sun, 5 Nov 2000 15:12:37 +0000 (+0000) Subject: fix another exit X-Git-Tag: FILEUTILS-4_0_31~5 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e9e376d85fb8d21c254c2d3788edae89a1f7f752;p=thirdparty%2Fcoreutils.git fix another exit --- diff --git a/tests/mv/mv-special-1 b/tests/mv/mv-special-1 index f004b05edc..0a767c0557 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