diff options
Diffstat (limited to 'tests/misc/head-pos')
-rwxr-xr-x | tests/misc/head-pos | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/head-pos b/tests/misc/head-pos index 222755ade..79e2a43e0 100755 --- a/tests/misc/head-pos +++ b/tests/misc/head-pos @@ -20,7 +20,7 @@ . "${srcdir=.}/init.sh"; path_prepend_ ../src print_ver_ head -(echo a; echo b) > in || framework_failure +(echo a; echo b) > in || framework_failure_ (head -n 1 >/dev/null; cat) < in > out || fail=1 cat <<EOF > exp |