diff options
author | Jim Meyering <jim@meyering.net> | 1998-01-10 16:25:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-01-10 16:25:46 +0000 |
commit | 7bba3e945f717796bf070f1216246455c1d7ca35 (patch) | |
tree | 5de2bd5d9cb3570bd2fa57dc4ef166de5f1e1e6d /tests/ln | |
parent | 1bdfcabd2cd692a8a427189afe86cdec7fc42266 (diff) | |
download | coreutils-7bba3e945f717796bf070f1216246455c1d7ca35.tar.xz |
initialize fail to 0
Diffstat (limited to 'tests/ln')
-rwxr-xr-x | tests/ln/sf-1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ln/sf-1 b/tests/ln/sf-1 index 1ceaee20a..a3223f2c0 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') ;; |