Skip to content
Snippets Groups Projects
Commit 722396c7 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Add a test for #5319

parent 4bf53dbe
No related branches found
No related tags found
No related merge requests found
...@@ -59,3 +59,4 @@ test('3816', normal, compile_and_run, ['-package unix']) ...@@ -59,3 +59,4 @@ test('3816', normal, compile_and_run, ['-package unix'])
test('processGroup001', normal, compile_and_run, ['-package unix']) test('processGroup001', normal, compile_and_run, ['-package unix'])
test('processGroup002', normal, compile_and_run, ['-package unix']) test('processGroup002', normal, compile_and_run, ['-package unix'])
test('executeFile001', normal, compile_and_run, ['-package unix'])
import System.Posix.Process
main :: IO ()
main = executeFile "echo" True ["arg1", "ar g2"] Nothing
arg1 ar g2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment