Changes for cross-platform getopt

This commit is contained in:
Robin Mills
2018-08-29 14:35:28 +01:00
committed by Luis Díaz Más
parent a226d6a650
commit 74bc0e0535
12 changed files with 361 additions and 736 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Error: Offset of directory Image, entry 0x0117 is out of bounds: Offset = 0x3030
filename = "$data_path/cve_2017_18005_reproducer.tiff"
commands = [
"$exiv2 -v pr -P EIXxgklnycsvth " + filename,
"$exiv2 -vPEIXxgklnycsvth " + filename,
"$exiv2json " + filename
]