mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
dd1fa6c89a
In a container, /dev/loop* will most likely be inaccessible.
8 lines
132 B
Bash
Executable File
8 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
TEST_DESCRIPTION="test systemd-repart"
|
|
TEST_NO_NSPAWN=1
|
|
. $TEST_BASE_DIR/test-functions
|
|
|
|
do_test "$@" 58
|