summaryrefslogtreecommitdiff
path: root/test/it.bats
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-11-12 13:39:41 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-11-12 13:39:41 +0100
commit5dd16e14dd41f1565687142ba7cefa7c4cf64658 (patch)
treed571b793928cdf89feb6d040b359c3db2a00c766 /test/it.bats
parent0d92ff5fd34d79b54c30c38ac41bc600acf7b7c4 (diff)
downloadappstore-master.tar.gz
appstore-master.tar.bz2
appstore-master.tar.xz
appstore-master.zip
Diffstat (limited to 'test/it.bats')
-rw-r--r--test/it.bats5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/it.bats b/test/it.bats
index df0d4b9..0542ddb 100644
--- a/test/it.bats
+++ b/test/it.bats
@@ -35,8 +35,7 @@ load utils
# no myapp.port
describe "git commit & push"
- git commit -m "o Adding app-1." -a
- git push cloud master
+ run git commit -m "o Adding app-1." -a
+ run git push cloud master
eq "ssh://localhost$BATS_TMPDIR/appstore/server/repos/mysetup" `git config remote.cloud.url`
- eq 1 2
}