Pipe read test: Replace "echo" with "printf"
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 4 Mar 2016 19:09:00 +0000 (20:09 +0100)
committerJohn 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

index 4efea3a2cfa94e00655aaa1d657e8f0d5a8358e6..bccdf003c5af250136e2abc4f387769814c8f870 100644 (file)
@@ -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.
 ])