telegram-bot-bash/test/b-example-test.sh
Kay Marquardt (Gnadelwartz) db03e23be8 v0.94-dev
2019-06-03 17:04:19 +02:00

17 lines
349 B
Bash

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