projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eabe1e
)
Pipe read test: Replace "echo" with "printf"
author
John Darrington
<john@darrington.wattle.id.au>
Fri, 4 Mar 2016 19:09:00 +0000
(20:09 +0100)
committer
John Darrington
<john@darrington.wattle.id.au>
Fri, 4 Mar 2016 19:09:00 +0000
(20:09 +0100)
This test was failing on GuixSD
tests/data/file.at
patch
|
blob
|
history
diff --git
a/tests/data/file.at
b/tests/data/file.at
index 4efea3a2cfa94e00655aaa1d657e8f0d5a8358e6..bccdf003c5af250136e2abc4f387769814c8f870 100644
(file)
--- a/
tests/data/file.at
+++ b/
tests/data/file.at
@@
-91,7
+91,7
@@
AT_CLEANUP
AT_SETUP([Reading from pipe])
AT_DATA([pipe.sps], [dnl
-data list file='
echo "1 2\n 3 4\n 5 6
" |' notable list /x * y *.
+data list file='
printf "1 2\n 3 4\n 5 6\n
" |' notable list /x * y *.
list.
])