uchardet/tests/basic/test.sh

10 lines
159 B
Bash
Raw Normal View History

2021-10-06 08:14:17 +00:00
#! /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