Skip to content

Commit

Permalink
No need to clear inputs from tempdir
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkline committed Dec 24, 2024
1 parent fcc8904 commit c00852d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/create-inputs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ mkdir -p $1/tests/inputs
cp -r tests/inputs/hello $1/tests/inputs/
cd $1/tests/inputs

rm -f *.zip

# Hello Zip archive (small text files)
zip -r9 hello.zip hello/

# An archive with some junk in the front
echo "Some junk up front" | cat - hello.zip > hello-prefixed.zip

# Create a Zip64 archive (one with files too large for original 32-bit fields)
rm -rf zip64
mkdir zip64
truncate -s 100M zip64/zero100
truncate -s 5G zip64/zero5000
Expand Down

0 comments on commit c00852d

Please sign in to comment.