mirror of
https://github.com/systemd/systemd.git
synced 2025-01-24 06:04:05 +03:00
test-fstab-generator: use test_env
When running from the build directory systemd-detect-virt might not be installed, so tell meson to set up the PATH accordingly to point to the build directory. Fixes https://github.com/systemd/systemd/issues/28316
This commit is contained in:
parent
d75ec33ed2
commit
e290bdb77b
@ -2658,6 +2658,7 @@ if want_tests != 'false'
|
||||
test_fstab_generator_sh,
|
||||
# https://github.com/mesonbuild/meson/issues/2681
|
||||
args : exe.full_path(),
|
||||
env : test_env,
|
||||
depends : exe)
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user