Re: [Shunit2-users] shunit2-2.0.3.tgz format [SEC=UNCLASSIFIED]
Brought to you by:
sfsetse
From: Kate W. <kat...@fo...> - 2007-08-21 13:20:02
|
Hi Malcolm, I have often had Firefox and Mozilla automatically gunzip the file for me without asking or even telling me that it was doing so. I'm guessing it was something like this that happened. Did you verify the MD5 sum after downloading to that on the site? My guess is that they didn't match. - kate On 8/21/07, Bob Proulx <bo...@pr...> wrote: > > Malcolm Gorman wrote: > > I tried to gunzip shunit2-2.0.3.tgz without success, on a unix system. > > This works fine for me. Could you show us the error message that you > received? I believe that it should work for you as well. > > tar tvzf shunit2-2.0.3.tgz > tar xvzf shunit2-2.0.3.tgz > > Or more verbosely: > > gzip -d < shunit2-2.0.3.tgz | tar tvf - > gzip -d < shunit2-2.0.3.tgz | tar xvf - > > Or even more verbosely using explicit files. This is not preferred > because it uncompresses the original file but is illustrative of the > component parts of the process. > > gzip -d shunit2-2.0.3.tgz > tar tvf shunit2-2.0.3.tar > tar xvf shunit2-2.0.3.tar > > What error message are you seeing from any of the above cases? > > Bob > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > shunit2-users mailing list > shu...@li... > https://lists.sourceforge.net/lists/listinfo/shunit2-users > -- Kate Ward <kat...@fo...> |