summaryrefslogtreecommitdiff
path: root/t/t5533-push-cas.sh
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2015-03-20 10:12:37 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-03-20 17:20:16 (GMT)
commit53350a35a3c29417dfc64ae2b0d7a16ba43d1239 (patch)
treebc56756a5f7c5b57515c3481acc476c9692073de /t/t5533-push-cas.sh
parent9ddc5ac97ecdd03ceda4b6e3ff20a7524a9f0f8d (diff)
downloadgit-53350a35a3c29417dfc64ae2b0d7a16ba43d1239.zip
git-53350a35a3c29417dfc64ae2b0d7a16ba43d1239.tar.gz
git-53350a35a3c29417dfc64ae2b0d7a16ba43d1239.tar.bz2
t: avoid using ":" for comments
The ":" is not a comment marker, but rather a noop command. Using it as a comment like: : do something cmd1 && : something else cmd2 breaks the &&-chain, and we would fail to notice if "cmd1" failed in this instance. We can just use regular "#" comments instead. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5533-push-cas.sh')
-rwxr-xr-xt/t5533-push-cas.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5533-push-cas.sh b/t/t5533-push-cas.sh
index dccf8a6..c402d8d 100755
--- a/t/t5533-push-cas.sh
+++ b/t/t5533-push-cas.sh
@@ -14,7 +14,7 @@ setup_srcdst_basic () {
}
test_expect_success setup '
- : create template repository
+ # create template repository
test_commit A &&
test_commit B &&
test_commit C