summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/lib/libposix/posix003.hs
blob: dbea5e1d9b7dbe8ccb712bdf83e36fcc3197094f (plain)
1
2
3
4
5
6
import IO
import Posix

main = 
    openFile "po003.out" WriteMode >>= \ h ->
    runProcess "pwd" [] Nothing (Just "/usr/tmp") Nothing (Just h) Nothing