Fix merge botch in test script

This commit is contained in:
agc 2009-06-08 06:19:31 +00:00
parent da8de2a7e7
commit 9067a616b3
1 changed files with 0 additions and 3 deletions

View File

@ -66,7 +66,4 @@ diff a a3 && passed=$(expr $passed + 1)
echo "======> version information"
/usr/bin/netpgpverify --version
rm -f a a.gpg b b.gpg c c.gpg d d.gpg e f f.sig a2 a3
echo "======> no list-packets file"
/usr/bin/netpgp --list-packets || passed=$(expr $passed + 1)
rm -f a a.gpg b b.gpg c c.gpg d d.gpg e f f.sig a2 a3
echo "Passed ${passed}/${total} tests"