mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-21 13:58:00 +03:00
9 lines
124 B
Bash
Executable File
9 lines
124 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
TEST_DESCRIPTION="Dropin tests"
|
|
TEST_NO_QEMU=1
|
|
|
|
. $TEST_BASE_DIR/test-functions
|
|
|
|
do_test "$@" 15
|