telegram-bot-bash/test/b-example-test.sh
Kay Marquardt (Gnadelwartz) d30a700b33 change Version to v1.2
2020-11-30 18:38:19 +01:00

17 lines
348 B
Bash

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