aboutsummaryrefslogtreecommitdiff
path: root/test/app-conf.bats
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-10-20 09:32:32 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-10-20 09:32:32 +0200
commitdc180da2125df5eb8953ee98123ba7d73b676ff6 (patch)
tree8937e528a160e9b2bcbb91789fb09fdb50c014cd /test/app-conf.bats
parent079a49eaaa5a6bacca3181671abd8ebb72015fd1 (diff)
downloadapp.sh-dc180da2125df5eb8953ee98123ba7d73b676ff6.tar.gz
app.sh-dc180da2125df5eb8953ee98123ba7d73b676ff6.tar.bz2
app.sh-dc180da2125df5eb8953ee98123ba7d73b676ff6.tar.xz
app.sh-dc180da2125df5eb8953ee98123ba7d73b676ff6.zip
o Updating tests.
Diffstat (limited to 'test/app-conf.bats')
-rwxr-xr-xtest/app-conf.bats3
1 files changed, 2 insertions, 1 deletions
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"