summaryrefslogtreecommitdiff
path: root/t/maintmode-configure-msg.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/maintmode-configure-msg.sh')
-rwxr-xr-xt/maintmode-configure-msg.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/maintmode-configure-msg.sh b/t/maintmode-configure-msg.sh
index 8a7c45104..5396cbf35 100755
--- a/t/maintmode-configure-msg.sh
+++ b/t/maintmode-configure-msg.sh
@@ -37,8 +37,7 @@ check_configure_message_with ()
./configure ${1+"$@"} >stdout || { cat stdout; Exit 1; }
cat stdout
grep "^checking whether to enable maintainer-specific.*\\.\\.\\. $answer$" stdout
- test `grep -c 'checking.*maint' stdout` -eq 1
- :
+ test $(grep -c 'checking.*maint' stdout) -eq 1
}
set_maintmode "DEFAULT"