summaryrefslogtreecommitdiffstats
path: root/RPM4/t/05transaction.t
diff options
context:
space:
mode:
Diffstat (limited to 'RPM4/t/05transaction.t')
-rw-r--r--RPM4/t/05transaction.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/RPM4/t/05transaction.t b/RPM4/t/05transaction.t
index 218f4d0..b6c07c1 100644
--- a/RPM4/t/05transaction.t
+++ b/RPM4/t/05transaction.t
@@ -104,6 +104,7 @@ ok($ts->traverse(sub {
$found++;
(undef, $roffset) = ($hf, $offset);
};
+ 1;
}), "Running traverse on DB");
ok($found == 1, "The previously installed rpm is found");
@@ -127,6 +128,7 @@ ok($ts->traverse(sub {
$found++;
(undef, $roffset) = ($hf, $offset);
};
+ 1;
}), "Running traverse");
#ok($found == 0, "The previously removed rpm is not found");