/
githubmirror
/
libfastjson
Обзор
Документация
Войти
/
githubmirror
/
libfastjson
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/ucs_copyright_char.test
19 строк
387 B
Rainer Gerhards
support solaris compiler
11 апр 2017, 10:00
11 апр 2017, 10:00
7247e78
Код
Авторство
О чём код?
#!/bin/sh # Common definitions if test -z "$srcdir"; then srcdir="${0%/*}" test "$srcdir" = "$0" && srcdir=. test -z "$srcdir" && srcdir=. fi . "$srcdir/test-defs.sh" #if [ "x$CI_SOLARIS" = "xyes" ] ; then uname if [ `uname` = "SunOS" ] ; then echo "This test currently does not work on all flavors of Solaris." exit 77 fi run_output_test ucs_copyright_char exit $?