We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8abf65 + 0ed45a1 commit d6f3ab5Copy full SHA for d6f3ab5
t/t3900-i18n-commit.sh
@@ -34,9 +34,9 @@ test_expect_success 'no encoding header for base case' '
34
test z = "z$E"
35
'
36
37
-test_expect_failure 'UTF-16 refused because of NULs' '
+test_expect_success 'UTF-16 refused because of NULs' '
38
echo UTF-16 >F &&
39
- git commit -a -F "$TEST_DIRECTORY"/t3900/UTF-16.txt
+ test_must_fail git commit -a -F "$TEST_DIRECTORY"/t3900/UTF-16.txt
40
41
42
test_expect_success 'UTF-8 invalid characters refused' '
t/t3900/UTF-16.txt
146 Bytes
0 commit comments