summaryrefslogtreecommitdiff
path: root/tests/cp/link-heap
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/link-heap')
-rwxr-xr-xtests/cp/link-heap1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cp/link-heap b/tests/cp/link-heap
index d9379b52e..c0f36bf86 100755
--- a/tests/cp/link-heap
+++ b/tests/cp/link-heap
@@ -35,7 +35,6 @@ cp -al $a $b || framework_failure
mkdir e || framework_failure
mv $a $b e || framework_failure
-fail=0
(ulimit -v 20000; cp -al e f) || fail=1
Exit $fail