summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-04-13 11:34:22 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2019-04-13 11:34:22 +0530
commit8388a031ab4acdd7590ba14add07dd52ab3ac3ae (patch)
tree73f74f96b65ad1701f4f4f79424eaa8ec64d6dd5
parent36d3891509d65fb6e265b6c0cc7d951e058de8dc (diff)
downloadgstreamer-plugins-bad-8388a031ab4acdd7590ba14add07dd52ab3ac3ae.tar.gz
meson: Remove redundant env set operation
This is immediately overriden 4 lines later, and starting with Meso 0.50.1 this will lead to a noisy warning.
-rw-r--r--tests/check/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/check/meson.build b/tests/check/meson.build
index de5b408c0..cd77fb4b3 100644
--- a/tests/check/meson.build
+++ b/tests/check/meson.build
@@ -145,7 +145,6 @@ foreach t : base_tests
)
env = environment()
- env.set('GST_PLUGIN_PATH_1_0', meson.build_root())
env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '')
env.set('CK_DEFAULT_TIMEOUT', '20')
env.set('GST_STATE_IGNORE_ELEMENTS', '')