We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee7437 commit 0ce0d38Copy full SHA for 0ce0d38
os/test/src/OpTests.scala
@@ -10,7 +10,7 @@ import java.nio.charset.Charset
10
object OpTests extends TestSuite {
11
12
val tests = Tests {
13
- val res = os.pwd / "os/test/resources/test"
+ val res = os.Path(sys.env("OS_TEST_RESOURCE_FOLDER")) / "test"
14
test("ls") - assert(
15
os.list(res).toSet == Set(
16
res / "folder1",
0 commit comments