telegram-bot-bash/test/b-example-test.sh
Kay Marquardt (Gnadelwartz) 25a33b3731 Bashbot Version 1.0
2020-08-15 09:29:13 +02:00

17 lines
348 B
Bash

#!/usr/bin/env bash
# file: b-example-test.sh
#### $$VERSION$$ v1.0-0-g99217c4
# include common functions and definitions
# shellcheck source=test/ALL-tests.inc.sh
source "./ALL-tests.inc.sh"
if [ -f "${TESTDIR}/bashbot.sh" ]; then
echo "${SUCCESS} bashbot.sh exist!"
exit 0
else
echo "${NOSUCCESS} ${TESTDIR}/bashbot.sh missing!"
exit 1
fi