X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=t%2Fextract.t;h=0b8a6100bf2d01ef3cdb0efe268ae39e9cca89c4;hb=09c80a1f8918d888063f4d1a75921a99fe5f0b5c;hp=d526b4cdea31d4805d94e9a0c5a394c31fb19bec;hpb=4f1dc01cc1cecac408d90217874e7a2f5caa698a;p=zpackage diff --git a/t/extract.t b/t/extract.t index d526b4c..0b8a610 100755 --- a/t/extract.t +++ b/t/extract.t @@ -20,13 +20,13 @@ okstreq "$hash" b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c rm -f foo -zpm-extract $PF $hash test.foo2 +zpm-extract -f $PF $hash test.foo2 okexit extract foo file content sha=$(zpm-hash test.foo2) okstreq $hash $sha extracted hash matches -sha=$(zpm-extract $PF $hash - | zpm-hash) +sha=$(zpm-extract -f $PF $hash - | zpm-hash) okstreq $hash $sha stdout extract hash matches finish