summaryrefslogtreecommitdiff
path: root/tests/cp/proc-zero-len
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/proc-zero-len')
-rwxr-xr-xtests/cp/proc-zero-len1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cp/proc-zero-len b/tests/cp/proc-zero-len
index 9103d8a0a..f71db612a 100755
--- a/tests/cp/proc-zero-len
+++ b/tests/cp/proc-zero-len
@@ -28,7 +28,6 @@ touch empty || framework_failure
f=/proc/cpuinfo
test -r $f || f=empty
-fail=0
cat $f > out || fail=1
# With coreutils-6.9, this would create a zero-length "exp" file.