summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 83cf0fe)
raw | patch | inline | side by side (parent: 83cf0fe)
author | Pete Wyckoff <pw@padd.com> | |
Sun, 31 Jul 2011 13:45:38 +0000 (09:45 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 1 Aug 2011 17:24:15 +0000 (10:24 -0700) |
Add this missing line in one of the tests. Otherwise, on fast
machines, the following git-p4 commit will complain that nobody
edited the submission message.
Signed-off-by: Pete Wyckoff <pw@padd.com>
Acked-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
machines, the following git-p4 commit will complain that nobody
edited the submission message.
Signed-off-by: Pete Wyckoff <pw@padd.com>
Acked-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9800-git-p4.sh | patch | blob | history |
diff --git a/t/t9800-git-p4.sh b/t/t9800-git-p4.sh
index b7eda828942bf6ea33e44ac91b4f08e442ff1600..b3047077e9e9d5ea3bd0593c98f6ab24cc33248b 100755 (executable)
--- a/t/t9800-git-p4.sh
+++ b/t/t9800-git-p4.sh
"$GITP4" clone --dest="$git" //depot &&
test_when_finished cleanup_git &&
cd "$git" &&
+ git config git-p4.skipSubmitEditCheck true &&
echo "username-noperms: a change by alice" >> file1 &&
git commit --author "Alice <alice@localhost>" -m "perms: a change by alice" file1 &&
! P4EDITOR=touch P4USER=bob P4PASSWD=secret "$GITP4" commit --preserve-user &&