Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwanghoon committed Sep 30, 2021
1 parent 91673a9 commit db68dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Spec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import System.Process

main :: IO ()
main = do
text <- readProcess "test.sh" [] ""
text <- readProcess "./test/test.sh" [] ""
putStrLn text
return ()

0 comments on commit db68dba

Please sign in to comment.