diff options
Diffstat (limited to 'tests/misc/head-c')
-rwxr-xr-x | tests/misc/head-c | 1 |
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) ;; |