X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=t%2Faddfile.t;h=4b8e0932c0bce75b517b9de3f5db56e4c173b3e7;hb=4f1dc01cc1cecac408d90217874e7a2f5caa698a;hp=4a7de4f38405cf686b47e847ce9f09290c87ab7b;hpb=0187a28d81a65b5b92c6c2dbaacce07d6277ba33;p=zpackage diff --git a/t/addfile.t b/t/addfile.t index 4a7de4f..4b8e093 100755 --- a/t/addfile.t +++ b/t/addfile.t @@ -4,16 +4,19 @@ . tap.sh -plan 6 +plan 7 PF=test.db rm -f $PF test.empty touch test.empty -hash=$(zpm-addfile $PF test.empty 2>> test.out) +zpm init $PF +okexit create addfile test db + +hash=$(zpm addfile $PF test.empty 2>> test.out) okexit add empty file content -okstreq $hash e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 hash contents +okstreq "$hash" e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 hash contents appid=$(sqlite3 test.db 'pragma application_id') okstreq $appid 1515209794 application id set