diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-02-01 12:46:56 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-02-01 12:46:56 +0100 |
commit | 0bad1dc709ee21f3e93cfa0866fc0478a5e884a0 (patch) | |
tree | 2acd309f689c0afe9a03c823493443752d4b6960 /test | |
parent | 97036aeae73cc2a63219c7b792ab5f18c7d98cd1 (diff) | |
download | app.sh-0bad1dc709ee21f3e93cfa0866fc0478a5e884a0.tar.gz app.sh-0bad1dc709ee21f3e93cfa0866fc0478a5e884a0.tar.bz2 app.sh-0bad1dc709ee21f3e93cfa0866fc0478a5e884a0.tar.xz app.sh-0bad1dc709ee21f3e93cfa0866fc0478a5e884a0.zip |
o Consistent usage() usage/flow.
Diffstat (limited to 'test')
-rwxr-xr-x | test/app-conf.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/app-conf.bats b/test/app-conf.bats index e805ff3..257564b 100755 --- a/test/app-conf.bats +++ b/test/app-conf.bats @@ -54,7 +54,7 @@ setup_inner() { @test "./app conf wat" { app conf wat; echo_lines eq '$status' 1 - eq '${lines[0]}' "Error: Unknown command: wat" + eq '${lines[0]}' "Unknown command: wat" } @test "./app conf list" { |