mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 02:21:44 +03:00
9 lines
115 B
Bash
9 lines
115 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -eux
|
||
|
set -o pipefail
|
||
|
|
||
|
TESTS_GLOB="test-loop-block"
|
||
|
. $(dirname $0)/testsuite-02.sh
|
||
|
|
||
|
exit 0
|