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