From 186736050fef50d0e2421cae09597f0b8995c63f Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 24 Sep 2015 14:41:55 +0930 Subject: [PATCH] test-cli: fix alpha case. The output of grep confuses the scripts. Signed-off-by: Rusty Russell --- test-cli/scripts/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-cli/scripts/vars.sh b/test-cli/scripts/vars.sh index 5fbf31b62..60a882e2e 100644 --- a/test-cli/scripts/vars.sh +++ b/test-cli/scripts/vars.sh @@ -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