summaryrefslogtreecommitdiff
path: root/tests/cp/cp-HL
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/cp-HL')
-rwxr-xr-xtests/cp/cp-HL1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cp/cp-HL b/tests/cp/cp-HL
index 17fff79b9..88f10e9cd 100755
--- a/tests/cp/cp-HL
+++ b/tests/cp/cp-HL
@@ -28,7 +28,6 @@ echo f > f || framework_failure
ln -s f slink || framework_failure
ln -s no-such-file src-dir/slink || framework_failure
-fail=0
cp -H -R slink src-dir dest-dir || fail=1
test -d src-dir || fail=1