aboutsummaryrefslogtreecommitdiff
path: root/test/app-conf.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/app-conf.bats')
-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" {