diff options
Diffstat (limited to 't/resolve.t')
-rw-r--r-- | t/resolve.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/resolve.t b/t/resolve.t index a00c4b3..15649e9 100644 --- a/t/resolve.t +++ b/t/resolve.t @@ -56,7 +56,7 @@ sub solve_check { } SKIP: { - my $synthesis = "res/synthesis.hdlist.cz"; + my $synthesis = "res/synthesis.hdlist.xz"; if (!(-r $synthesis)) { skip "$synthesis missing, only found in svn", 6; |