Skip to content

tests: Fix passing environment to test()

Matt Turner requested to merge mattst88/tracker-miners:env into master

According to the Meson docs, the keyword argument is 'env' (See https://mesonbuild.com/Reference-manual.html#test)

Fixes: 79db7cec ("tests: Set testing stopwords directory")

Merge request reports