summaryrefslogtreecommitdiff
path: root/test/it.bats
diff options
context:
space:
mode:
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
}