From db68dbaafc852185f284b73659f0ba3189d4fb6b Mon Sep 17 00:00:00 2001 From: Kwanghoon Choi Date: Thu, 30 Sep 2021 17:58:15 +0100 Subject: [PATCH] update test --- test/Spec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Spec.hs b/test/Spec.hs index 0f72c0d..3b27edf 100644 --- a/test/Spec.hs +++ b/test/Spec.hs @@ -2,7 +2,7 @@ import System.Process main :: IO () main = do - text <- readProcess "test.sh" [] "" + text <- readProcess "./test/test.sh" [] "" putStrLn text return ()