/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/variable_leading_underscore.sh
12 строк
430 B
Rainer Gerhards
fix bad bash coding style and disable shellcheck false positives
23 окт 2018, 14:27
23 окт 2018, 14:27
69ef6e3
Код
Авторство
О чём код?
#!/bin/bash # Copyright 2015 Red Hat, Inc. # This file is part of the rsyslog project, released under ASL 2.0 # The configuration test should pass because we now support leading # underscores in variable names. . ${srcdir:=.}/diag.sh init ../tools/rsyslogd -C -N1 -f$srcdir/testsuites/variable_leading_underscore.conf -M../runtime/.libs:../.libs if [ $? -ne 0 ]; then echo "Error: config check fail" exit 1 fi exit_test