systemd/test/TEST-65-ANALYZE/test.sh
Luca Boccassi 7728f6aa81 test: rename TEST-63-ANALYZE to solve conflict
Two PRs adding TEST-63-* were merged more or less at the
same time, and we missed the conflict.
2021-09-08 10:12:03 +09:00

10 lines
153 B
Bash
Executable file

#!/usr/bin/env bash
set -e
TEST_DESCRIPTION="test analyze"
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"
do_test "$@"