From 341b968015d29d901ff5258d0b70a6b473ad9ae3 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Fri, 4 Mar 2016 20:09:00 +0100 Subject: [PATCH] Pipe read test: Replace "echo" with "printf" This test was failing on GuixSD --- tests/data/file.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ]) -- 2.30.2