aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/unit/2 testsetups/envcheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/unit/2 testsetups/envcheck.py')
-rwxr-xr-xmeson/test cases/unit/2 testsetups/envcheck.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson/test cases/unit/2 testsetups/envcheck.py b/meson/test cases/unit/2 testsetups/envcheck.py
new file mode 100755
index 000000000..af39c4e23
--- /dev/null
+++ b/meson/test cases/unit/2 testsetups/envcheck.py
@@ -0,0 +1,5 @@
+#!/usr/bin/env python3
+
+import os
+
+assert('PATH' in os.environ)