Skip to content

Commit

Permalink
JNA workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Oct 4, 2018
1 parent 7d36919 commit 17b52f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions io/src/test/scala/sbt/io/FileUtilitiesSpecification.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import java.io.File
import org.scalacheck._, Arbitrary.arbitrary, Prop._

object WriteContentSpecification extends Properties("Write content") {
sys.props.put("jna.nosys", "true")

property("Round trip string") = forAll(writeAndCheckString _)
property("Round trip bytes") = forAll(writeAndCheckBytes _)
property("Write string overwrites") = forAll(overwriteAndCheckStrings _)
Expand Down

0 comments on commit 17b52f2

Please sign in to comment.