Skip to content

Commit 540c085

Browse files
committed
Test 113 succeeds on the current version of msys2 on Appveyor
1 parent 3a48c02 commit 540c085

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.appveyor.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ test_script:
3535
# 2) Calling fflush on stdout when the buffer contains a partial line causes
3636
# a spurious \r\n to be written (tests 50, 67).
3737
# 3) File names on NTFS may not contain the double quote character (test 97).
38-
# 4) Characters in ISO 8859/1 on the command line don't seem to make it through
39-
# unscathed (test 113).
4038
# Until these are addressed (if it's even possible), consider 8 tests failing
4139
# as success.
4240
- cmd: if [%CONFIG%]==[msys2] (
43-
bash -lc "cd $APPVEYOR_BUILD_FOLDER && make check CHECK_OPTIONS=-v > test.log; cat test.log; grep -q '8 test(s) have FAILED' test.log" )
41+
bash -lc "cd $APPVEYOR_BUILD_FOLDER && make check CHECK_OPTIONS=-v > test.log; cat test.log; grep -q '7 test(s) have FAILED' test.log" )
4442

4543
artifacts:
4644
- path: gpscorrelate.exe

0 commit comments

Comments
 (0)