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.
1 parent d48e662 commit 03b0683Copy full SHA for 03b0683
t/t1305-repair-encodings.sh
@@ -33,11 +33,11 @@ test_expect_success 'Check patch name is utf-8' '
33
test "$(stg series --applied --noprefix)" = "äëñïö"
34
'
35
36
-test_expect_success 'Check show is utf-8' '
+test_expect_success !WINDOWS 'Check show is utf-8' '
37
stg show | grep -e "Author: Áéí óú <[email protected]>"
38
39
40
-test_expect_success 'Check underlying commit is ISO8859-1' '
+test_expect_success !WINDOWS 'Check underlying commit is ISO8859-1' '
41
git cat-file -p HEAD >"$HOME"/commit-data.txt &&
42
cat "$HOME"/commit-data.txt |
43
grep -e "^encoding ISO8859-1" &&
0 commit comments