X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fperl-module.at;h=15ed6c2dbd84b89062c3474998c17d6d321366e6;hb=2f7b367bf796c63c595ac837b716cce535ffd5bf;hp=308dd7711b219a317b0f09f0470fe523f10dc9f2;hpb=bfd019e1c9272143a637747cf8dbd66774696483;p=pspp-builds.git diff --git a/tests/perl-module.at b/tests/perl-module.at index 308dd771..15ed6c2d 100644 --- a/tests/perl-module.at +++ b/tests/perl-module.at @@ -701,7 +701,7 @@ AT_SKIP_IF([test "$WITH_PERL_MODULE" = no]) # Skip this test if Perl's Text::Diff module is not installed. AT_CHECK([perl -MText::Diff -e '' || exit 77]) AT_CHECK([RUN_PERL_MODULE $abs_top_builddir/perl-module/t/Pspp.t], [0], - [[1..36 + [[1..37 ok 1 - use PSPP; ok 2 - Dictionary Creation ok 3 @@ -739,15 +739,6 @@ ok 33 - Missing Value Positive ok 34 - Missing Value Positive SYS ok 35 - Missing Value Positive Num ok 36 - Custom Attributes -]], - [[# @&t@ -# @@ -0,0 +1 @@ -# + -# @@ -0,0 +1 @@ -# + -# @@ -0,0 +1 @@ -# + -# @@ -0,0 +1 @@ -# + -]]) +ok 37 - Case count +]],[ignore]) AT_CLEANUP