diff options
Diffstat (limited to 'tests/ln/sf-1')
-rwxr-xr-x | tests/ln/sf-1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ln/sf-1 b/tests/ln/sf-1 index bc189fd9b..df9e2336c 100755 --- a/tests/ln/sf-1 +++ b/tests/ln/sf-1 @@ -27,7 +27,6 @@ fi echo foo > a || framework_failure ln -s . b || framework_failure -fail=0 ln -sf a b > err 2>&1 && fail=1 case `cat err` in *'are the same file') ;; |