diff --git a/tests/checks/pipeline-pgroup.fish b/tests/checks/pipeline-pgroup.fish index aa86154c0..90dcdd752 100644 --- a/tests/checks/pipeline-pgroup.fish +++ b/tests/checks/pipeline-pgroup.fish @@ -43,7 +43,8 @@ or echo "Pgroups disagreed. Found $a0 $a1 $a2, and $b0 $b1 $b2" status job-control full $fth print_pgrp | begin tr \n ' ' - $fth print_pgrp & + $fth print_pgrp | tr \n ' ' & end & wait +echo # CHECK: {{(\d+) (?!\1)\d+}}