]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
initialize fail to 0
authorJim Meyering <jim@meyering.net>
Sat, 10 Jan 1998 16:25:46 +0000 (16:25 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 10 Jan 1998 16:25:46 +0000 (16:25 +0000)
tests/ln/sf-1

index 1ceaee20ab385cc4293a18066c167f819c50e4a6..a3223f2c03815fe7fb6f52431178a34e7f43846e 100755 (executable)
@@ -36,6 +36,7 @@ export LC_ALL
 LANG=C
 export LANG
 
+fail=0
 $LN -sf a b > err 2>&1 && fail=1
 case `cat err` in
   *'are the same file') ;;