aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-02-01 12:46:56 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-02-01 12:46:56 +0100
commit0bad1dc709ee21f3e93cfa0866fc0478a5e884a0 (patch)
tree2acd309f689c0afe9a03c823493443752d4b6960 /test
parent97036aeae73cc2a63219c7b792ab5f18c7d98cd1 (diff)
downloadapp.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-xtest/app-conf.bats2
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" {