summaryrefslogtreecommitdiff
path: root/regress/usr.bin/grep
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@cvs.openbsd.org>2023-11-16 06:27:13 +0000
committerAnton Lindqvist <anton@cvs.openbsd.org>2023-11-16 06:27:13 +0000
commit293230b32e5c7c2d1da93fd7c502e5cc65341637 (patch)
tree88e87dbf9ee155773b2a542d7153f20383804c53 /regress/usr.bin/grep
parent7cdfb873e69d41e7cc3168020bdc16e68439a0a9 (diff)
Add expected output files, missed in previous commit. I hope our grep is
producing the wanted output at this point.
Diffstat (limited to 'regress/usr.bin/grep')
-rw-r--r--regress/usr.bin/grep/t28_1.out4
-rw-r--r--regress/usr.bin/grep/t28_2.out7
-rw-r--r--regress/usr.bin/grep/t28_3.out9
-rw-r--r--regress/usr.bin/grep/t28_4.out10
-rw-r--r--regress/usr.bin/grep/t28_5.out1
-rw-r--r--regress/usr.bin/grep/t28_6.out2
-rw-r--r--regress/usr.bin/grep/t28_7.out3
-rw-r--r--regress/usr.bin/grep/t28_8.out4
8 files changed, 40 insertions, 0 deletions
diff --git a/regress/usr.bin/grep/t28_1.out b/regress/usr.bin/grep/t28_1.out
new file mode 100644
index 00000000000..6b74f114d90
--- /dev/null
+++ b/regress/usr.bin/grep/t28_1.out
@@ -0,0 +1,4 @@
+x1y
+x2y
+x3y
+x4y
diff --git a/regress/usr.bin/grep/t28_2.out b/regress/usr.bin/grep/t28_2.out
new file mode 100644
index 00000000000..f8bffdbed30
--- /dev/null
+++ b/regress/usr.bin/grep/t28_2.out
@@ -0,0 +1,7 @@
+x1y
+x2y
+x3y
+x4y
+x5y
+x6y
+x7y
diff --git a/regress/usr.bin/grep/t28_3.out b/regress/usr.bin/grep/t28_3.out
new file mode 100644
index 00000000000..be40712c7bd
--- /dev/null
+++ b/regress/usr.bin/grep/t28_3.out
@@ -0,0 +1,9 @@
+x1y
+x2y
+x3y
+x4y
+x5y
+x6y
+x7y
+x8y
+x9y
diff --git a/regress/usr.bin/grep/t28_4.out b/regress/usr.bin/grep/t28_4.out
new file mode 100644
index 00000000000..05ec5056b04
--- /dev/null
+++ b/regress/usr.bin/grep/t28_4.out
@@ -0,0 +1,10 @@
+x1y
+x2y
+x3y
+x4y
+x5y
+x6y
+x7y
+x8y
+x9y
+x0y
diff --git a/regress/usr.bin/grep/t28_5.out b/regress/usr.bin/grep/t28_5.out
new file mode 100644
index 00000000000..9c5ea789933
--- /dev/null
+++ b/regress/usr.bin/grep/t28_5.out
@@ -0,0 +1 @@
+x1y x2y x3y x4y - four matches here
diff --git a/regress/usr.bin/grep/t28_6.out b/regress/usr.bin/grep/t28_6.out
new file mode 100644
index 00000000000..9f1a09b751f
--- /dev/null
+++ b/regress/usr.bin/grep/t28_6.out
@@ -0,0 +1,2 @@
+x1y x2y x3y x4y - four matches here
+x5y x6y x7y - three here
diff --git a/regress/usr.bin/grep/t28_7.out b/regress/usr.bin/grep/t28_7.out
new file mode 100644
index 00000000000..d884d5a23d4
--- /dev/null
+++ b/regress/usr.bin/grep/t28_7.out
@@ -0,0 +1,3 @@
+x1y x2y x3y x4y - four matches here
+x5y x6y x7y - three here
+x8y x9y - two here
diff --git a/regress/usr.bin/grep/t28_8.out b/regress/usr.bin/grep/t28_8.out
new file mode 100644
index 00000000000..6907e04589c
--- /dev/null
+++ b/regress/usr.bin/grep/t28_8.out
@@ -0,0 +1,4 @@
+x1y x2y x3y x4y - four matches here
+x5y x6y x7y - three here
+x8y x9y - two here
+x0y - one here