Skip to content

Commit

Permalink
test: run path traversal test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Jan 20, 2024
1 parent 1b1c7f8 commit bd82a53
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
import brut.common.BrutException;
import brut.directory.ExtFile;
import brut.util.OS;
import brut.util.OSDetection;
import org.junit.AfterClass;
import org.junit.Assume;
import org.junit.BeforeClass;
import org.junit.Test;

Expand All @@ -41,7 +39,6 @@ public static void beforeClass() throws Exception {
TestUtils.cleanFrameworkFile();
sTmpDir = new ExtFile(OS.createTempDirectory());
TestUtils.copyResourceDir(ResourceDirectoryTraversalTest.class, "decode/arbitrary-write/", sTmpDir);
Assume.assumeFalse(OSDetection.isWindows());
}

@AfterClass
Expand Down

0 comments on commit bd82a53

Please sign in to comment.