aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-07-18 14:56:42 +0900
committerGitHub <noreply@github.com>2023-07-18 14:56:42 +0900
commit1a4a8ab6b9746f56f3f76aca0646f660a9f2e57b (patch)
tree1356275c1152a1fb84b2ad4aa7a5861e8a43b531
parenttest: exit early from TEST-70-TPM2 on ppc64el (diff)
downloadsystemd-revert-28429-ppc64_72.tar.xz
systemd-revert-28429-ppc64_72.zip
Revert "test: exit early from TEST-70-TPM2 on ppc64el"revert-28429-ppc64_72
This reverts commit cc037f2b4851e1f143d71f25ed78c1cc6b70b9ad.
-rwxr-xr-xtest/units/testsuite-70.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/units/testsuite-70.sh b/test/units/testsuite-70.sh
index f01642f71a0..16d6c901f71 100755
--- a/test/units/testsuite-70.sh
+++ b/test/units/testsuite-70.sh
@@ -250,13 +250,6 @@ systemd-run -p PrivateDevices=yes -p LoadCredentialEncrypted=testdata.encrypted:
systemd-run -p PrivateDevices=yes -p SetCredentialEncrypted=testdata.encrypted:"$(cat /tmp/testdata.encrypted)" --pipe --wait systemd-creds cat testdata.encrypted | cmp - /tmp/testdata
rm -f /tmp/testdata
-# There is an external issue with libcryptsetup on ppc64 that hits 95% of Ubuntu ppc64 test runs, so skip it
-machine="$(uname -m)"
-if [ "${machine}" = "ppc64le" ]; then
- touch /testok
- exit 0
-fi
-
cryptenroll_wipe_and_check() {(
set +o pipefail