summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTony Abou-Assaleh <taa@acm.org>2007-10-10 04:03:30 +0000
committerTony Abou-Assaleh <taa@acm.org>2007-10-10 04:03:30 +0000
commitb979431adaf327fc87fd65254d539fc134a5c8b2 (patch)
treeb5b1eebf040c755291df9a93e403cac915ad9c83 /tests
parent977f2ce237af5a99a2e080f71d5730fa696ef4d8 (diff)
downloadgrep-b979431adaf327fc87fd65254d539fc134a5c8b2.tar.gz
Revert changes since grep-2.5.3 release to add a tag to CVS.v2.5.3
Diffstat (limited to 'tests')
-rwxr-xr-xtests/foad1.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/foad1.sh b/tests/foad1.sh
index 3c12ece5..47015750 100755
--- a/tests/foad1.sh
+++ b/tests/foad1.sh
@@ -55,13 +55,6 @@ grep_test "wA wB/" "(standard input):wA/(standard input):wB/" "w." -o -H
grep_test "wA wB/" "(standard input):wA/(standard input):wB/" "w." -o -H -i
grep_test "wA wB/" "(standard input):wA/(standard input):wB/" "w." -o -H -3 2>/dev/null
-# Combination of -h and -H
-grep_test "wA wB/" "wA wB/" "w."
-grep_test "wA wB/" "wA wB/" "w." -h
-grep_test "wA wB/" "wA wB/" "w." -H -h
-grep_test "wA wB/" "(standard input):wA wB/" "w." -H
-grep_test "wA wB/" "(standard input):wA wB/" "w." -h -H
-
# End of a previous match should not match a "start of ..." expression.
grep_test "word_word/" "word_/" "^word_*" -o
grep_test "wordword/" "word/" "\<word" -o