test-cli: fix alpha case.

The output of grep confuses the scripts.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2015-09-24 14:41:55 +09:30
parent bc056fbc4d
commit 186736050f

View File

@@ -1,6 +1,6 @@
# Sourced by other scripts
if grep ^FEATURES.*ALPHA ../Makefile; then
if grep -q ^FEATURES.*ALPHA ../Makefile; then
STYLE=alpha
DATADIR=$HOME/.alpha
REGTESTDIR=alpharegtest