diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-03-08 11:28:40 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-03-08 14:38:49 +0100 |
commit | c335b7c3f8164677316936c7a22e6fca85be28af (patch) | |
tree | 8cf8e9ef062bfb26e34026dd1cbd63e0d3f9ad88 /test/units | |
parent | hwdb: 60-keyboard:: Update Dell Privacy Micmute Hotkey Map (diff) | |
download | systemd-c335b7c3f8164677316936c7a22e6fca85be28af.tar.xz systemd-c335b7c3f8164677316936c7a22e6fca85be28af.zip |
test: fix the last subtest of TEST-50-DISSECT under sanitizers
Follow-up to 9f6235e1b4490ce7abbd125ed975343de6bcb9cd.
Diffstat (limited to 'test/units')
-rwxr-xr-x | test/units/testsuite-50.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |