mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
Revert "test: fix TEST-70 under sanitizers"
This reverts commit 47d81bc613
.
This commit is contained in:
parent
b105d41304
commit
aca811544e
@ -4,11 +4,12 @@ set -ex
|
||||
|
||||
export SYSTEMD_LOG_LEVEL=debug
|
||||
|
||||
|
||||
# Prepare fresh disk image
|
||||
img="/var/tmp/test.img"
|
||||
dd if=/dev/zero of=$img bs=1024k count=20 status=none
|
||||
echo -n passphrase >/tmp/passphrase
|
||||
LD_PRELOAD="${ASAN_RT_PATH:-}" cryptsetup luksFormat -q --use-urandom $img /tmp/passphrase
|
||||
cryptsetup luksFormat -q --use-urandom $img /tmp/passphrase
|
||||
|
||||
# Enroll unlock with default PCR policy
|
||||
env PASSWORD=passphrase systemd-cryptenroll --tpm2-device=auto $img
|
||||
|
Loading…
Reference in New Issue
Block a user