summaryrefslogtreecommitdiff
path: root/tests/ln
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ln')
-rwxr-xr-xtests/ln/sf-11
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') ;;