sysklogd/test/local.sh

9 lines
88 B
Bash
Raw Normal View History

#!/bin/sh
. ./test.rc
MSG="foobar"
../src/logger -u ${SCK} ${MSG}
grep ${MSG} ${LOG}