tests.patch 435 B

123456789101112131415
  1. Subject: Don't use the just-built binaries in autopkgtest
  2. Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Date: 2021-05-10
  4. --- a/tests/meson.build
  5. +++ b/tests/meson.build
  6. @@ -25,8 +25,6 @@
  7. env = environment()
  8. env.prepend('PATH',
  9. - join_paths(meson.source_root(), 'src'),
  10. - join_paths(meson.build_root(), 'src'),
  11. join_paths(meson.source_root(), 'tests'),
  12. join_paths(meson.build_root(), 'tests'),
  13. separator: ':'