uchardet/tests/basic/test.sh
Akira TAGOH af447de795 Add CI test.
Resolves: rhbz#2011170
2021-10-06 17:14:21 +09:00

10 lines
159 B
Bash
Executable File

#! /bin/sh
CWD=`dirname $0`
if test x`uchardet $CWD/../tests.yml` != 'xASCII'; then
exit 1
fi
if test x`uchardet $CWD/utf8.txt` != 'xUTF-8'; then
exit 1
fi