Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 7a3f6ab

Browse files
committed
fix tests
1 parent 28a9de0 commit 7a3f6ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/nancy_cli_run_no_optons.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
output=$(${BASH_SOURCE%/*}/../nancy.sh run --run-on aws 2>&1)
3+
output=$(${BASH_SOURCE%/*}/../nancy run --run-on aws 2>&1)
44

55
if [[ $output =~ "ERROR: AWS keys not given" ]]; then
66
echo -e "\e[36mOK\e[39m"

tests/nancy_cli_unknown.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
output=$(${BASH_SOURCE%/*}/../nancy.sh init --run-on aws 2>&1)
3+
output=$(${BASH_SOURCE%/*}/../nancy init --run-on aws 2>&1)
44

55
if [[ $output =~ "ERROR: Unknown command" ]]; then
66
echo -e "\e[36mOK\e[39m"

0 commit comments

Comments
 (0)