From dc180da2125df5eb8953ee98123ba7d73b676ff6 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 20 Oct 2013 09:32:32 +0200 Subject: o Updating tests. --- test/app-conf.bats | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/app-conf.bats') diff --git a/test/app-conf.bats b/test/app-conf.bats index 257564b..13dc18b 100755 --- a/test/app-conf.bats +++ b/test/app-conf.bats @@ -131,7 +131,8 @@ setup_inner() { app conf import config-b; echo_lines eq '$status' 0 - eq '${#lines[*]}' 0 + eq '${lines[0]}' "Importing config from config-b" + eq '${#lines[*]}' 1 app_libexec app-cat-conf eq '${lines[0]}' "foo.bar=2" -- cgit v1.2.3