summaryrefslogtreecommitdiff
path: root/tests/misc/head-c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/head-c')
-rwxr-xr-xtests/misc/head-c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/misc/head-c b/tests/misc/head-c
index a93e2cecc..06bd1ccd6 100755
--- a/tests/misc/head-c
+++ b/tests/misc/head-c
@@ -25,7 +25,6 @@ fi
echo abc > in || framework_failure
-fail=0
(head -c1; head -c1) < in > out || fail=1
case "`cat out`" in
ab) ;;