[PATCH] t5701: do not get stuck in empty-push/

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



When keeping own tests in a private Git tree, it is nice to assume that
the current working directory will not change just because another test
was added in the upstream repository.

Fix a162e78 in that respect.

Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx>
---
 t/t5701-clone-local.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/t5701-clone-local.sh b/t/t5701-clone-local.sh
index f26b511..19b5c0d 100755
--- a/t/t5701-clone-local.sh
+++ b/t/t5701-clone-local.sh
@@ -138,8 +138,8 @@ test_expect_success 'clone empty repository, and then push should not segfault.'
 	mkdir empty &&
 	(cd empty && git init) &&
 	git clone empty empty-clone &&
-	cd empty-clone &&
-	test_must_fail git push
+	(cd empty-clone &&
+	test_must_fail git push)
 '
 
 test_done
-- 
1.6.3.rc3.326.g039c1
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]