Git fork
at reftables-rust 9 lines 222 B view raw
12 OUT=$( ((large_git; echo $? 1>&3) | :) 3>&1 ) && 23 test_match_signal 13 "$OUT" && 34 45 { test-tool sigchain >actual; ret=$?; } && 56 { 67 test_match_signal 15 "$ret" || 78 test "$ret" = 3 89 } && 910 test_cmp expect actual