]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix another exit
authorJim Meyering <jim@meyering.net>
Sun, 5 Nov 2000 15:12:37 +0000 (15:12 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 5 Nov 2000 15:12:37 +0000 (15:12 +0000)
tests/mv/mv-special-1

index f004b05edcf0cbf6126f56cd7dcf652fc0c9f867..0a767c05575ce68a0d0f1395e49c0b8f90499d51 100755 (executable)
@@ -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