Skip to content

Commit

Permalink
Item9109: Older versions of zip don't support -- style parameters
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@7664 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Jun 7, 2010
1 parent 14a2f0a commit fc73970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/ConfigureTests.pm
Expand Up @@ -1368,7 +1368,7 @@ sub test_Util_createArchive_shellZip {
_makePackage( "$tempdir/$extbkup", $extension );

eval {
my $blah = system("zip --version ");
my $blah = system("zip -v");

#print "zip returns $? ($blah) \n";
die $! unless ( $? == 0 );
Expand Down

0 comments on commit fc73970

Please sign in to comment.