aboutsummaryrefslogtreecommitdiff
path: root/testsuite/head.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/head.tests')
-rwxr-xr-xtestsuite/head.tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/head.tests b/testsuite/head.tests
index 50660d267..97bf889d8 100755
--- a/testsuite/head.tests
+++ b/testsuite/head.tests
@@ -31,10 +31,12 @@ testing "head -n <positive number>" \
"line 1\nline 2\n" \
"" ""
+optional FEATURE_FANCY_HEAD
testing "head -n <negative number>" \
"head -n -9 head.input" \
"line 1\nline 2\nline 3\n" \
"" ""
+SKIP=
rm head.input