Acked. On 31/07/11 14:45, Pete Wyckoff wrote:
Signed-off-by: Pete Wyckoff<pw@xxxxxxxx> --- t/t9800-git-p4.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/t9800-git-p4.sh b/t/t9800-git-p4.sh index aec3ba1..b7eda82 100755 --- a/t/t9800-git-p4.sh +++ b/t/t9800-git-p4.sh @@ -202,7 +202,7 @@ test_expect_success 'preserve user where author is unknown to p4' ' "$GITP4" clone --dest="$git" //depot&& test_when_finished cleanup_git&& cd "$git"&& - git config git-p4.skipSubmitEditCheck true + git config git-p4.skipSubmitEditCheck true&& echo "username-bob: a change by bob">> file1&& git commit --author "Bob<bob@localhost>" -m "preserve: a change by bob" file1&& echo "username-unknown: a change by charlie">> file1&&
-- 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