t4124 (apply --whitespace): use test_might_fail
[gitweb.git] / t / t4034-diff-words.sh
index 6f7548c3a144ecada6642eccee6b0f687baafb2d..483f6a01ca47f07d28a154237679a6d3d571c770 100755 (executable)
@@ -6,8 +6,8 @@ test_description='word diff colors'
 
 test_expect_success setup '
 
-       git config diff.color.old red
-       git config diff.color.new green
+       git config diff.color.old red &&
+       git config diff.color.new green &&
        git config diff.color.func magenta
 
 '