blob: 300c5f5658e05bc98821a9b07eb231d3554ce5d1 [file] [log] [blame]
#!/bin/bash
# A regression test to check the option reading code and print formats.
# Read the .functions file
. .functions
deleteFile $OUTPUT
echo -n "Hello test $TEST - "
java org.apache.log4j.test.Hello > $OUTPUT
check witness/hello $OUTPUT; echo "OK"