From c335b7c3f8164677316936c7a22e6fca85be28af Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Mon, 8 Mar 2021 11:28:40 +0100 Subject: [PATCH] test: fix the last subtest of TEST-50-DISSECT under sanitizers Follow-up to 9f6235e1b4490ce7abbd125ed975343de6bcb9cd. --- test/units/testsuite-50.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/units/testsuite-50.sh b/test/units/testsuite-50.sh index f3781e6d15..b4a5fee842 100755 --- a/test/units/testsuite-50.sh +++ b/test/units/testsuite-50.sh @@ -240,6 +240,8 @@ MountAPIVFS=yes TemporaryFileSystem=/run RootImage=${image}.raw ExtensionImages=/usr/share/app0.raw /usr/share/app1.raw:nosuid +# Relevant only for sanitizer runs +UnsetEnvironment=LD_PRELOAD ExecStart=/bin/bash -c '/opt/script0.sh | grep ID' ExecStart=/bin/bash -c '/opt/script1.sh | grep ID' Type=oneshot