telegram-bot-bash/test/b-example-test.sh
Kay Marquardt (Gnadelwartz) 2344f3237d adjust test doc
2019-05-01 12:37:18 +02:00

17 lines
352 B
Bash

#!/usr/bin/env bash
# file: b-example-test.sh
#### $$VERSION$$ v0.70-rc1-0-g8883cc9
# 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