diff --git a/utils/travis/check_utf8.sh b/utils/travis/check_utf8.sh index 5a52c6ed18be..86ef79744d9d 100755 --- a/utils/travis/check_utf8.sh +++ b/utils/travis/check_utf8.sh @@ -6,7 +6,8 @@ # wesnoth repository. set -e find src/ -type f -print0 | xargs -0 isutf8 -- -find data/ -not -name "*.png" -not -name "*.ogg" -not -name "*.jpg" -not -name "*.wav" -not -name "*.gif" -not -name "*.xcf" -not -name "*.bin" -type f -print0 | xargs -0 isutf8 -- +find data/ -not -name "*.png" -not -name "*.ogg" -not -name "*.jpg" -not -name "*.wav" -not -name "*.gif" -not -name "*.xcf" -not -name "*.bin" \ + -not -name "test_cve_2018_1999023_2.cfg" -type f -print0 | xargs -0 isutf8 -- find po/ -type f -print0 | xargs -0 isutf8 -- isutf8 changelog isutf8 RELEASE_NOTES