From 06bb831308532f7bc5bd00f634e60586e998c518 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Thu, 13 Dec 2007 21:47:44 +0100 Subject: [PATCH] t7201-co: Work around whitespace damaged messages.expect Signed-off-by: Johannes Sixt --- t/t7201-co.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t7201-co.sh b/t/t7201-co.sh index 73d8a00e2c..be9271543b 100755 --- a/t/t7201-co.sh +++ b/t/t7201-co.sh @@ -185,7 +185,7 @@ If you want to create a new branch from this checkout, you may do so HEAD is now at 7329388... Initial A one, A two EOF ) && - git diff messages.expect messages && + git diff -w messages.expect messages && H=$(git rev-parse --verify HEAD) && M=$(git show-ref -s --verify refs/heads/master) && test "z$H" = "z$M" &&