Skip to content

Commit

Permalink
Disk cache bugfixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
danilop committed Feb 19, 2014
1 parent 8da97c3 commit 7fdd6e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Test/mixed-1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ mv -v wordpress wp
echo "Number of files in the wp/ path:"
find wp | wc -l
echo "Zipping wp/ in wp.zip ..."
zip -r wp.zip wp
zip -rv wp.zip wp
echo "Removing wp/ path ..."
rm -rfv wp
echo "Checking zip file ..."
unzip -t wp.zip
unzip -tv wp.zip
echo "Listing zip file ..."
unzip -l wp.zip
echo "Remiving zip file ..."
rm wp.zip
unzip -lv wp.zip
echo "Removing zip file ..."
rm -v wp.zip

0 comments on commit 7fdd6e4

Please sign in to comment.