From 526e2136e109d0cc1c2751233b37fabc7df5d3ba Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Fri, 16 Jun 2017 14:01:37 +0200 Subject: [PATCH] Fix cli tests for new countercli app --- tests/cli/counter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/counter.sh b/tests/cli/counter.sh index ea3069a2bb..3b00adb881 100755 --- a/tests/cli/counter.sh +++ b/tests/cli/counter.sh @@ -2,7 +2,7 @@ # these are two globals to control all scripts (can use eg. counter instead) SERVER_EXE=counter -CLIENT_EXE=basecli # TODO: move to countercli +CLIENT_EXE=countercli oneTimeSetUp() { # these are passed in as args