summaryrefslogtreecommitdiff
path: root/t/candist.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/candist.sh')
-rwxr-xr-xt/candist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/candist.sh b/t/candist.sh
index 88d8854fd..aaa40d499 100755
--- a/t/candist.sh
+++ b/t/candist.sh
@@ -27,6 +27,6 @@ END
$ACLOCAL
AUTOMAKE_fails
-test 2 -eq `grep -c 'dist.*forbidden' stderr`
+test 2 -eq $(grep -c 'dist.*forbidden' stderr)
Exit 0