diff --git a/testsuite/tests-to-run/parallel-local6.sh b/testsuite/tests-to-run/parallel-local6.sh index 3bd27fa2..40376245 100755 --- a/testsuite/tests-to-run/parallel-local6.sh +++ b/testsuite/tests-to-run/parallel-local6.sh @@ -11,10 +11,3 @@ grep -q '[^0-9]6[^0-9]' /tmp/parallel_joblog_signal && echo signal OK rm /tmp/parallel_joblog_exitval /tmp/parallel_joblog_signal -echo '### Test --env all chars except \n,\92,\160 - single and double - no output is good' -# 92 and 160 are special for csh -perl -e 'for(1..9,9,11..91,91,93..159,159,161..255) { printf "%c%c %c%d\0",$_,$_,$_,$_ }' | stdout parallel --nice 10 -j4 -k -I // --arg-sep _ -0 V=// V2=V2=// parallel -k -j1 -S :,1/lo,1/tcsh@lo,1/csh@lo --env V,V2 echo \''"{}$V$V2"'\' ::: {#} {#} {#} {#} | uniq -c | grep -v ' 4 '|grep -v xauth |grep -v X11 - -echo '### Test --env all chars except \n,\92,\160 - single and double --onall - no output is good' -# 92 and 160 are special for csh -perl -e 'for(1..9,9,11..91,91,93..159,159,161..255) { printf "%c%c %c%d\0",$_,$_,$_,$_ }' | stdout parallel --nice 10 -j4 -k -I // --arg-sep _ -0 V=// V2=V2=// parallel -k -j1 -S :,1/lo,1/tcsh@lo,1/csh@lo --onall --env V,V2 echo \''"{}$V$V2"'\' ::: {#} | uniq -c | grep -v ' 4 '|grep -v xauth |grep -v X11 diff --git a/testsuite/wanted-results/parallel-local6 b/testsuite/wanted-results/parallel-local6 index 69618c7a..bba71ca5 100644 --- a/testsuite/wanted-results/parallel-local6 +++ b/testsuite/wanted-results/parallel-local6 @@ -1,5 +1,3 @@ ### Test --joblog with exitval and Test --joblog with signal exitval OK signal OK -### Test --env all chars except \n,\92,\160 - single and double - no output is good -### Test --env all chars except \n,\92,\160 - single and double --onall - no output is good