From 2932bad0025c09914946c09dde49b1b007c84f11 Mon Sep 17 00:00:00 2001 From: Chris Fontenot Date: Mon, 29 Feb 2016 17:48:08 -0600 Subject: [PATCH] trying to fix test for howdy alias --- test/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_tests.sh b/test/run_tests.sh index 21856cf..2a7f54f 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -122,7 +122,7 @@ echo "$CURRENT" | grep 'config - Set up terraform config: ' >/dev/nu ensure $? "Desk current terraform missing config" RAN=$(desk run hello 'howdy james!') -echo "$RAN" | grep 'howdy y'"'"' james!' >/dev/null +echo "$RAN" | grep 'howdy y'"'"'all james!' >/dev/null ensure $? "Run in desk 'hello' didn't work with howdy alias" RAN=$(desk run hello 'hi j')