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 b082d41 commit 92c325aCopy full SHA for 92c325a
os/test/src/ZipOpTests.scala
@@ -267,6 +267,7 @@ object ZipOpTests extends TestSuite {
267
val source = wd / "folder2"
268
val link = os.rel / "nestedA" / "link.txt"
269
if (!scala.util.Properties.isWin) {
270
+ os.perms.set(source / "nestedA", os.PermSet.fromString("rwxrwxrwx"))
271
os.perms.set(source / "nestedA" / "a.txt", os.PermSet.fromString("rw-rw-rw-"))
272
os.symlink(source / link, os.rel / "a.txt")
273
}
0 commit comments