aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/libposix/posix002.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libposix/posix002.hs')
-rw-r--r--tests/libposix/posix002.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/libposix/posix002.hs b/tests/libposix/posix002.hs
new file mode 100644
index 0000000..c5909ab
--- /dev/null
+++ b/tests/libposix/posix002.hs
@@ -0,0 +1,4 @@
+import System.Posix.Process
+
+main =
+ executeFile "printenv" True [] (Just [("ONE","1"),("TWO","2")])