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@xxxxxxxx> --- t/t9800-git-p4.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/t/t9800-git-p4.sh b/t/t9800-git-p4.sh index 04d8413..24a8b79 100755 --- a/t/t9800-git-p4.sh +++ b/t/t9800-git-p4.sh @@ -207,6 +207,7 @@ test_expect_success 'refuse to preserve users without perms' ' test_when_finished cleanup_git && cd "$git" && p4_ungrant_admin alice && + git config git-p4.skipSubmitEditCheck true && echo "username-noperms: a change by $bobuser" >> file1 && git commit --author "$bobuser <$bobemail>" -m "perms: a change by $bobuser" file1 && ! P4EDITOR=touch P4USER=alice P4PASSWD=secret "$GITP4" commit --preserve-user && -- 1.7.5.4 -- 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