From: John Darrington Date: Fri, 4 Mar 2016 19:09:00 +0000 (+0100) Subject: Pipe read test: Replace "echo" with "printf" X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=341b968015d29d901ff5258d0b70a6b473ad9ae3 Pipe read test: Replace "echo" with "printf" This test was failing on GuixSD --- diff --git a/tests/data/file.at b/tests/data/file.at index 4efea3a2cf..bccdf003c5 100644 --- 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. ])