summaryrefslogtreecommitdiff
path: root/test/pipeio2.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/pipeio2.ok')
-rw-r--r--test/pipeio2.ok16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/pipeio2.ok b/test/pipeio2.ok
index 0bb33245..13b0b9b0 100644
--- a/test/pipeio2.ok
+++ b/test/pipeio2.ok
@@ -1,16 +1,16 @@
-'echo January 1997 | sed 's/[0-9]/./g''
+'echo January 1997 | sed "s/[0-9]/./g"'
January ....
-'echo S M Tu W Th F S | sed 's/[0-9]/./g''
+'echo S M Tu W Th F S | sed "s/[0-9]/./g"'
S M Tu W Th F S
-'echo 1 2 3 4 | sed 's/[0-9]/./g''
+'echo 1 2 3 4 | sed "s/[0-9]/./g"'
. . . .
-'echo 5 6 7 8 9 10 11 | sed 's/[0-9]/./g''
+'echo 5 6 7 8 9 10 11 | sed "s/[0-9]/./g"'
. . . . . .. ..
-'echo 12 13 14 15 16 17 18 | sed 's/[0-9]/./g''
+'echo 12 13 14 15 16 17 18 | sed "s/[0-9]/./g"'
.. .. .. .. .. .. ..
-'echo 19 20 21 22 23 24 25 | sed 's/[0-9]/./g''
+'echo 19 20 21 22 23 24 25 | sed "s/[0-9]/./g"'
.. .. .. .. .. .. ..
-'echo 26 27 28 29 30 31 | sed 's/[0-9]/./g''
+'echo 26 27 28 29 30 31 | sed "s/[0-9]/./g"'
.. .. .. .. .. ..
-'echo | sed 's/[0-9]/./g''
+'echo | sed "s/[0-9]/./g"'