File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ This line should have been automatically deleted by resetSolutions.sh. See Chapt
85
85
test " missing" do
86
86
absolutePath <- realpath $ Path .concat [ inDir ]
87
87
chars <- countCharacters $ Path .concat [ absolutePath, " foof.txt" ]
88
- Assert .equal (Left (" ENOENT: no such file or directory, open '" <> absolutePath <> " / foof.txt'" )) $ lmap message chars
88
+ Assert .equal (Left (" ENOENT: no such file or directory, open '" <> absolutePath <> Path .sep <> " foof.txt'" )) $ lmap message chars
89
89
test " writeGet" do
90
90
let
91
91
outFile = Path .concat [ outDir, " user.txt" ]
@@ -131,7 +131,7 @@ This line should have been automatically deleted by resetSolutions.sh. See Chapt
131
131
Assert .equal (Set .fromFoldable expected) $ Set .fromFoldable actualRelative
132
132
test " one file" do
133
133
let
134
- file = Path .concat [ recurseDir, " c/ unused.txt" ]
134
+ file = Path .concat [ recurseDir, " c" , " unused.txt" ]
135
135
136
136
expected = [ file ]
137
137
actual <- recurseFiles file
You can’t perform that action at this time.
0 commit comments