From 7a1561f6471f67a469c73e32c0856cc486ced812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Sun, 23 Jan 2011 22:45:19 +0000 Subject: fix test skipping --- t/synthesis.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 't') diff --git a/t/synthesis.t b/t/synthesis.t index ea875bd..a662a25 100644 --- a/t/synthesis.t +++ b/t/synthesis.t @@ -151,13 +151,13 @@ ok(@provides == 1); ok($provides[0] eq 'glibc-devel'); SKIP: { - my $urpm = new URPM; - my $synthesis = "res/synthesis.hdlist_distepoch.xz"; if (!(-r $synthesis)) { - skip "$synthesis missing, only found in svn", 6; + skip "$synthesis missing, only found in svn", 1; } + my $urpm = new URPM; + $urpm->parse_synthesis($synthesis); my $errors = 0; -- cgit v1.2.1