projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6783b51
)
Removed a redundancy
author
rjray
<devnull@localhost>
Tue, 27 Feb 2001 07:35:32 +0000
(07:35 +0000)
committer
rjray
<devnull@localhost>
Tue, 27 Feb 2001 07:35:32 +0000
(07:35 +0000)
CVS patchset: 4578
CVS date: 2001/02/27 07:35:32
Perl-RPM/t/01_database.t
patch
|
blob
|
history
diff --git
a/Perl-RPM/t/01_database.t
b/Perl-RPM/t/01_database.t
index
d6de288
..
d3402ac
100755
(executable)
--- a/
Perl-RPM/t/01_database.t
+++ b/
Perl-RPM/t/01_database.t
@@
-2,7
+2,7
@@
use RPM::Database;
-print "1..1
9
\n";
+print "1..1
8
\n";
$count = 1;
#
@@
-158,6
+158,5
@@
print "not " if $hdr;
print "ok $count\n"; $count++;
undef $rpm;
-print "ok $count\n"; $count++;
exit 0;