projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b105d41
)
Revert "test: fix TEST-70 under sanitizers"
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Tue, 14 Jun 2022 20:56:58 +0000
(22:56 +0200)
committer
Frantisek Sumsal
<frantisek@sumsal.cz>
Tue, 14 Jun 2022 20:57:07 +0000
(22:57 +0200)
This reverts commit
47d81bc61315bae917276f978f39f200cf31e106
.
test/units/testsuite-70.sh
patch
|
blob
|
history
diff --git
a/test/units/testsuite-70.sh
b/test/units/testsuite-70.sh
index 5e4fa1877ccb39c978609d7a775ffc00a62764e3..f395ef4e5e1b8ece380a5cb1f8fbd6128d16c3ca 100755
(executable)
--- a/
test/units/testsuite-70.sh
+++ b/
test/units/testsuite-70.sh
@@
-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