Skip to content

Commit

Permalink
Add reproducer for issue #188
Browse files Browse the repository at this point in the history
  • Loading branch information
piponazo committed Dec 21, 2017
1 parent 14ff034 commit 22527f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/bugfixes-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,13 @@ source ./functions.source
copyTestFile $filename
runTest exiv2 $filename

num=g188
printf "$num " >&3
filename=poc_2017-12-12_issue188
echo '------>' Bug $filename '<-------' >&2
copyTestFile $filename
runTest exiv2 $filename

) 3>&1 > $results 2>&1

printf "\n"
Expand Down
Binary file modified test/data/bugfixes-test.out
Binary file not shown.
Binary file added test/data/poc_2017-12-12_issue188
Binary file not shown.

0 comments on commit 22527f0

Please sign in to comment.