diff --git a/test.sh b/test.sh index e7d5768..ee6477e 100755 --- a/test.sh +++ b/test.sh @@ -11,7 +11,7 @@ cat >>fixture.markdown < Functionality "Evaluate Pail Expression" is implemented by -> shell command - -> "ghc -e "do c <- readFile \"%(test-file)\"; putStrLn $ Pail.runPail c" src/Pail.lhs" + -> "ghc -e "do c <- readFile \"%(test-body-file)\"; putStrLn $ Pail.runPail c" src/Pail.lhs" EOF fi