Commit 327676c7 327676c7d911d5e17264d4738989ada11b276b82 by Nicolas Perriault

fixed test compatibility with case insensitive filesystems

1 parent 24a362a9
......@@ -32,7 +32,6 @@ var files = t.findTestFiles(testDirRoot);
var expected = [
"01_a/abc.js",
"01_a/def.js",
"02_b/ABC.js",
"02_b/abc.js",
"03_a.js",
"03_b.js",
......