diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-03-05 18:36:04 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-03-05 18:36:04 +0900 |
commit | 1ebcf47296647d3586ebd5bccc53270561e879fb (patch) | |
tree | da790207d9769b43ee6291d643e67ef40162fd22 /test/TEST-49-RUNTIME-BIND-PATHS | |
parent | daceb818cfafbeac470aa5efc5e36e64e52d906d (diff) | |
download | systemd-1ebcf47296647d3586ebd5bccc53270561e879fb.tar.gz |
test: merge udev tests
Diffstat (limited to 'test/TEST-49-RUNTIME-BIND-PATHS')
l--------- | test/TEST-49-RUNTIME-BIND-PATHS/Makefile | 1 | ||||
-rwxr-xr-x | test/TEST-49-RUNTIME-BIND-PATHS/test.sh | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/test/TEST-49-RUNTIME-BIND-PATHS/Makefile b/test/TEST-49-RUNTIME-BIND-PATHS/Makefile new file mode 120000 index 0000000000..e9f93b1104 --- /dev/null +++ b/test/TEST-49-RUNTIME-BIND-PATHS/Makefile @@ -0,0 +1 @@ +../TEST-01-BASIC/Makefile
\ No newline at end of file diff --git a/test/TEST-49-RUNTIME-BIND-PATHS/test.sh b/test/TEST-49-RUNTIME-BIND-PATHS/test.sh new file mode 100755 index 0000000000..ff24a4f254 --- /dev/null +++ b/test/TEST-49-RUNTIME-BIND-PATHS/test.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +set -e + +TEST_DESCRIPTION="test adding new BindPaths while unit is already running" +. $TEST_BASE_DIR/test-functions + +do_test "$@" 49 |