summaryrefslogtreecommitdiff
path: root/t/tap-out-of-order.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-out-of-order.sh')
-rwxr-xr-xt/tap-out-of-order.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/tap-out-of-order.sh b/t/tap-out-of-order.sh
index 9e3d755fa..20bba0a59 100755
--- a/t/tap-out-of-order.sh
+++ b/t/tap-out-of-order.sh
@@ -63,10 +63,10 @@ cat stdout
count_test_results total=17 pass=8 fail=0 xpass=0 xfail=1 skip=0 error=8
-test `$FGREP -c ': a.test' stdout` -eq 3
-test `$FGREP -c ': b.test' stdout` -eq 5
-test `$FGREP -c ': c.test' stdout` -eq 4
-test `$FGREP -c ': d.test' stdout` -eq 5
+test $($FGREP -c ': a.test' stdout) -eq 3
+test $($FGREP -c ': b.test' stdout) -eq 5
+test $($FGREP -c ': c.test' stdout) -eq 4
+test $($FGREP -c ': d.test' stdout) -eq 5
grep '^ERROR: a\.test 71 # OUT-OF-ORDER (expecting 3)$' stdout
grep '^ERROR: b\.test 4 foo # OUT-OF-ORDER (expecting 3)$' stdout