diff --git a/testsuite/tests-to-run/parallel-local-0.3s.sh b/testsuite/tests-to-run/parallel-local-0.3s.sh index 99e66e18..ca67b166 100644 --- a/testsuite/tests-to-run/parallel-local-0.3s.sh +++ b/testsuite/tests-to-run/parallel-local-0.3s.sh @@ -44,6 +44,12 @@ echo '### Test bug #43284: {%} and {#} with --xapply'; echo '**' +echo '### bug #47501: --xapply for some input sources' + # Wrapping does not work yet + parallel -k echo ::: a b c aWRAP :::+ aa bb cc ::: A B :::+ AA BB AAwrap + +echo '**' + echo '### Test bug #43376: {%} and {#} with --pipe' echo foo | parallel -q --pipe -k echo {#} echo foo | parallel --pipe -k echo {%} diff --git a/testsuite/wanted-results/parallel-local-0.3s b/testsuite/wanted-results/parallel-local-0.3s index 4d2e572d..e815c738 100644 --- a/testsuite/wanted-results/parallel-local-0.3s +++ b/testsuite/wanted-results/parallel-local-0.3s @@ -19,6 +19,18 @@ a 1 1 b 1 echo '**' ** +echo '### bug #47501: --xapply for some input sources' +### bug #47501: --xapply for some input sources + # Wrapping does not work yet + parallel -k echo ::: a b c aWRAP :::+ aa bb cc ::: A B :::+ AA BB AAwrap +a aa A AA +a aa B BB +b bb A AA +b bb B BB +c cc A AA +c cc B BB +echo '**' +** echo '### Test bug #43376: {%} and {#} with --pipe' ### Test bug #43376: {%} and {#} with --pipe echo foo | parallel -q --pipe -k echo {#}