diff options
Diffstat (limited to 't/test.t')
-rwxr-xr-x | t/test.t | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -225,9 +225,8 @@ is(get_pkg_name $tempfh, 'skype-2.2.0.35-i486-1_SBo.tgz', 'get_pkg_name good'); #rmdir '/tmp/SBo/test.2.d'; # check_distfiles test -#%downloads = get_sbo_downloads(LOCATION => "$sbo_home/perl/perl-Sort-Versions"); -#is((check_distfiles %downloads), 1, 'check_distfiles good'); -is (check_distfiles(LOCATION => "$sbo_home/perl/perl-Sort-Versions"), 1, +my $symlinks = check_distfiles(LOCATION => "$sbo_home/perl/perl-Sort-Versions"); +is($$symlinks[0], "$sbo_home/perl/perl-Sort-Versions/Sort-Versions-1.5.tar.gz", 'check_distfiles test 01'); # check_home tests |