X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=t%2Faddfile.t;h=65188bc8a1c10adcc2138af5d50ced8ece699f6a;hb=2ac486ab18adbbb84563eafc0d67fa8da6ca7822;hp=a2fe02f63388b0d8fc555624ecff4c5602ae2ef8;hpb=7b53df56cc94695572fa6ea8b075cf7e89b3690c;p=zpackage diff --git a/t/addfile.t b/t/addfile.t index a2fe02f..65188bc 100755 --- a/t/addfile.t +++ b/t/addfile.t @@ -4,17 +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) -okexit add empty file content -okstreq $hash e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 hash contents +zpm init $PF +okexit create addfile test db +hash=$(zpm addfile $PF test.empty 2>> test.out) +okexit add empty file content +okstreq "$hash" 0e5751c026e543b2e8ab2eb06099daa1d1e5df47778f7787faab45cdf12fe3a8 hash contents appid=$(sqlite3 test.db 'pragma application_id') okstreq $appid 1515209794 application id set @@ -31,4 +33,4 @@ failsok fail to device file finish -rm -f test.* +rm -f $PF test.empty