push: require force for annotated tags
[gitweb.git] / t / t4034-diff-words.sh
index 310ace1b5d32658c0afb33f66d9aa78dd3e75c6e..40ab333a8a4849d620e1d41a75f611921f83055a 100755 (executable)
@@ -298,6 +298,7 @@ test_expect_success 'unset default driver' '
        test_unconfig diff.wordregex
 '
 
+test_language_driver ada
 test_language_driver bibtex
 test_language_driver cpp
 test_language_driver csharp
@@ -365,7 +366,7 @@ test_expect_success 'setup history with two files' '
        git commit -mmodified -a
 '
 
-test_expect_failure 'wordRegex for the first file does not apply to the second' '
+test_expect_success 'wordRegex for the first file does not apply to the second' '
        echo "*.tex diff=tex" >.gitattributes &&
        git config diff.tex.wordRegex "[a-z]+|." &&
        cat >expect <<-\EOF &&