From 5dd16e14dd41f1565687142ba7cefa7c4cf64658 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 12 Nov 2013 13:39:41 +0100 Subject: wip --- test/it.bats | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/it.bats') 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 } -- cgit v1.2.3