From 7b7bfdc6e0603497b3aaa7ea9e07243a246ed888 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Tue, 31 May 2011 22:07:59 +0200 Subject: [PATCH] test46.sh: Add stdout to force this to fail more noisely. --- testsuite/tests-to-run/test46.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/testsuite/tests-to-run/test46.sh b/testsuite/tests-to-run/test46.sh index fc94f90d..c3514344 100644 --- a/testsuite/tests-to-run/test46.sh +++ b/testsuite/tests-to-run/test46.sh @@ -5,13 +5,15 @@ SERVER2=parallel-server2 echo '### Test --trc with space added in filename' echo original > '/tmp/parallel space file' -echo '/tmp/parallel space file' | parallel --trc "{} more space" -S $SERVER1 cat {} ">{}\\ more\\ space" +echo '/tmp/parallel space file' | stdout parallel --trc "{} more space" -S $SERVER1 cat {} ">{}\\ more\\ space" cat '/tmp/parallel space file more space' +rm '/tmp/parallel space file more space' echo '### Test --trc with >|< added in filename' echo original > '/tmp/parallel space file' -echo '/tmp/parallel space file' | parallel --trc "{} >|<" -S $SERVER1 cat {} ">{}\\ \\>\\|\\<" +echo '/tmp/parallel space file' | stdout parallel --trc "{} >|<" -S $SERVER1 cat {} ">{}\\ \\>\\|\\<" cat '/tmp/parallel space file >|<' +rm '/tmp/parallel space file >|<' echo '### Test --return with fixed string (Gave undef warnings)' touch a