diff options
Diffstat (limited to '')
-rwxr-xr-x | test cases/unit/2 testsetups/envcheck.py | 5 |
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 |