git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/3] http-push: update tests
@ 2009-01-17  2:59 Ray Chuan
  2009-01-17  5:23 ` Johannes Schindelin
  0 siblings, 1 reply; 10+ messages in thread
From: Ray Chuan @ 2009-01-17  2:59 UTC (permalink / raw)
  To: git

note: the test needs to chmod the test_repo.git folder so that
apache/mod_dav can create .DAV folders in it for locking.

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
---
 src/git-1.6.1/t/t5540-http-push.sh |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/git-1.6.1/t/t5540-http-push.sh
b/src/git-1.6.1/t/t5540-http-push.sh
index da95886..730b9cb 100755
--- a/src/git-1.6.1/t/t5540-http-push.sh
+++ b/src/git-1.6.1/t/t5540-http-push.sh
@@ -51,17 +51,16 @@ test_expect_success 'clone remote repository' '
 	git clone $HTTPD_URL/test_repo.git test_repo_clone
 '

-test_expect_failure 'push to remote repository' '
+test_expect_success 'push to remote repository' '
 	cd "$ROOT_PATH"/test_repo_clone &&
 	: >path2 &&
 	git add path2 &&
 	test_tick &&
 	git commit -m path2 &&
-	git push &&
-	[ -f "$HTTPD_DOCUMENT_ROOT_PATH/test_repo.git/refs/heads/master" ]
+	git push origin master
 '

-test_expect_failure 'create and delete remote branch' '
+test_expect_success 'create and delete remote branch' '
 	cd "$ROOT_PATH"/test_repo_clone &&
 	git checkout -b dev &&
 	: >path3 &&
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-01-17 21:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-17  2:59 [PATCH 3/3] http-push: update tests Ray Chuan
2009-01-17  5:23 ` Johannes Schindelin
2009-01-17  8:40   ` Ray Chuan
2009-01-17 18:54     ` Junio C Hamano
2009-01-17 19:37       ` Johannes Schindelin
2009-01-17 19:55       ` Ray Chuan
2009-01-17 20:21         ` Jakub Narebski
2009-01-17 21:00           ` Ray Chuan
2009-01-17 21:15             ` Jakub Narebski
2009-01-17 21:24             ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).