diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-09-07 17:27:28 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-09-08 03:12:03 +0200 |
commit | 7728f6aa812f1af563821505d9f377a7f4f727d9 (patch) | |
tree | 3158616d5c46196a528786e5f9a164213a1ba315 /test/TEST-65-ANALYZE/test.sh | |
parent | test: udev storage tests (diff) | |
download | systemd-7728f6aa812f1af563821505d9f377a7f4f727d9.tar.xz systemd-7728f6aa812f1af563821505d9f377a7f4f727d9.zip |
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.
Diffstat (limited to 'test/TEST-65-ANALYZE/test.sh')
-rwxr-xr-x | test/TEST-65-ANALYZE/test.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/TEST-65-ANALYZE/test.sh b/test/TEST-65-ANALYZE/test.sh new file mode 100755 index 0000000000..a64a7da258 --- /dev/null +++ b/test/TEST-65-ANALYZE/test.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +set -e + +TEST_DESCRIPTION="test analyze" + +# shellcheck source=test/test-functions +. "${TEST_BASE_DIR:?}/test-functions" + +do_test "$@" |