dbea5e1d9b7dbe8ccb712bdf83e36fcc3197094f
[ghc-hetmet.git] / ghc / tests / lib / posix / posix003.hs
1 import IO
2 import Posix
3
4 main = 
5     openFile "po003.out" WriteMode >>= \ h ->
6     runProcess "pwd" [] Nothing (Just "/usr/tmp") Nothing (Just h) Nothing