X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=t%2Fpathmod.t;h=e61b114623c9e1007781355fae6bf8875ecf73c8;hb=86d735d52280359df4896d5c542ddfbe33d8df7b;hp=47575e6f6361bac2fcf99df7096fe1317686534a;hpb=be0c3329afef13f1b9e888e48790bc65bee7439e;p=zpackage diff --git a/t/pathmod.t b/t/pathmod.t index 47575e6..e61b114 100755 --- a/t/pathmod.t +++ b/t/pathmod.t @@ -18,7 +18,7 @@ newpkg() { tryrun zpm newpackage -f $pkgid.zpm $pkgid if [ $? -eq 0 ]; then shift - tryrun zpm add -u $owner -g $group -f $pkgid.zpm $pkgid "$@" + tryrun zpm add -u $owner -g $group -f $pkgid.zpm -p $pkgid "$@" return $? else skip 1 not adding files init failed