telegram-bot-bash/test/b-example-test.sh

17 lines
349 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# file: b-example-test.sh
2020-12-25 20:47:08 +00:00
#### $$VERSION$$ v1.20-0-g2ab00a2
# 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
2019-05-01 12:29:57 +00:00
echo "${NOSUCCESS} ${TESTDIR}/bashbot.sh missing!"
exit 1
fi