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')