summaryrefslogtreecommitdiffstats
path: root/t/superuser--provide-and-no-obsolete.t
diff options
context:
space:
mode:
Diffstat (limited to 't/superuser--provide-and-no-obsolete.t')
-rw-r--r--t/superuser--provide-and-no-obsolete.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--provide-and-no-obsolete.t b/t/superuser--provide-and-no-obsolete.t
index e2a40590..9e338127 100644
--- a/t/superuser--provide-and-no-obsolete.t
+++ b/t/superuser--provide-and-no-obsolete.t
@@ -28,7 +28,7 @@ test(sub { urpmi('--auto-select --auto'); check_installed_fullnames("a-2-1"); ur
sub test {
my ($f) = @_;
system_("rpm --root $::pwd/root -i media/$medium_name/a-1-*.rpm");
- is(`rpm -qa --root $::pwd/root`, "a-1-1\n");
+ check_installed_fullnames("a-1-1");
$f->();
check_nothing_installed();