summaryrefslogtreecommitdiff
path: root/tests/max-count-vs-context
diff options
context:
space:
mode:
Diffstat (limited to 'tests/max-count-vs-context')
-rwxr-xr-xtests/max-count-vs-context2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/max-count-vs-context b/tests/max-count-vs-context
index 5633dd6a..e80c3ced 100755
--- a/tests/max-count-vs-context
+++ b/tests/max-count-vs-context
@@ -12,7 +12,7 @@ another needle
6th line...
EOF
-sed 4q in > exp || framework_failure_
+sed 6q in > exp || framework_failure_
fail=0
grep -m1 -A5 needle in > out 2>err || fail=1