Fix tests on mac

This commit is contained in:
2020-04-14 17:16:21 +02:00
parent 74d686547e
commit 92cc84377d
6 changed files with 12 additions and 8 deletions

View File

@@ -125,7 +125,7 @@ spec = beforeAll_ (upTmpDir >> setupFiles) $ afterAll_ cleanupFiles $
"outputDir"
Strict
CollectFailures
(system $ "diff -r --no-dereference "
(system $ "diff -r "
++ toString tmpDir' ++ "inputDir" ++ " "
++ toString tmpDir' ++ "outputDir"
++ " >/dev/null")