We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0481af9 + ebee558 commit 0d3505eCopy full SHA for 0d3505e
t/lib-parallel-checkout.sh
@@ -27,7 +27,7 @@ test_checkout_workers () {
27
rm -f "$trace_file" &&
28
GIT_TRACE2="$(pwd)/$trace_file" "$@" 2>&8 &&
29
30
- local workers=$(grep "child_start\[..*\] git checkout--worker" "$trace_file" | wc -l) &&
+ local workers="$(grep "child_start\[..*\] git checkout--worker" "$trace_file" | wc -l)" &&
31
test $workers -eq $expected_workers &&
32
rm "$trace_file"
33
} 8>&2 2>&4
0 commit comments