From 0bad1dc709ee21f3e93cfa0866fc0478a5e884a0 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 1 Feb 2013 12:46:56 +0100 Subject: o Consistent usage() usage/flow. --- test/app-conf.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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" { -- cgit v1.2.3