From: Jim Meyering Date: Sat, 10 Jan 1998 16:25:46 +0000 (+0000) Subject: initialize fail to 0 X-Git-Tag: FILEUTILS-3_16k~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bba3e945f717796bf070f1216246455c1d7ca35;p=thirdparty%2Fcoreutils.git initialize fail to 0 --- diff --git a/tests/ln/sf-1 b/tests/ln/sf-1 index 1ceaee20ab..a3223f2c03 100755 --- a/tests/ln/sf-1 +++ b/tests/ln/sf-1 @@ -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') ;;