Skip to content

Commit 0949ca1

Browse files
committed
test update
1 parent a8dc572 commit 0949ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function validateFile {
4646
stderr=$(mktemp) # temporary file for stderr
4747

4848
# Run the program, redirecting streams
49-
java --enable-native-access=ALL-UNNAMED -jar target/net.pdfix.validate-pdf-*.jar duplicate-mcid -i "$FILE" >"$stdout" 2>"$stderr"
49+
java -jar target/net.pdfix.validate-pdf-*.jar duplicate-mcid -i "$FILE" >"$stdout" 2>"$stderr"
5050
exit_code=$?
5151

5252
err=$(cat "$stderr")

0 commit comments

Comments
 (0)