Skip to content

Commit 0ce0d38

Browse files
committed
.
1 parent 4ee7437 commit 0ce0d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/test/src/OpTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import java.nio.charset.Charset
1010
object OpTests extends TestSuite {
1111

1212
val tests = Tests {
13-
val res = os.pwd / "os/test/resources/test"
13+
val res = os.Path(sys.env("OS_TEST_RESOURCE_FOLDER")) / "test"
1414
test("ls") - assert(
1515
os.list(res).toSet == Set(
1616
res / "folder1",

0 commit comments

Comments
 (0)