diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-12-12 08:35:20 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-28 11:51:13 +0100 |
commit | 50b836518c1f031a33b255f6684ded0422d5a8ef (patch) | |
tree | 86a58d1a16c58f8dc8e0eb0ef777633dad69d30b /test/TEST-01-BASIC/test.sh | |
parent | test: improve reporting a bit (diff) | |
download | systemd-50b836518c1f031a33b255f6684ded0422d5a8ef.tar.xz systemd-50b836518c1f031a33b255f6684ded0422d5a8ef.zip |
test: drop cargo-cult line
p2 is only used in the cryptsetup test...
Diffstat (limited to 'test/TEST-01-BASIC/test.sh')
-rwxr-xr-x | test/TEST-01-BASIC/test.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh index e07e1f3771..c3901e2f57 100755 --- a/test/TEST-01-BASIC/test.sh +++ b/test/TEST-01-BASIC/test.sh @@ -11,8 +11,6 @@ test_setup() { # Create what will eventually be our root filesystem onto an overlay ( LOG_LEVEL=5 - eval $(udevadm info --export --query=env --name=${LOOPDEV}p2) - setup_basic_environment ) setup_nspawn_root |