Change terminology from "active file" to "active dataset".
[pspp-builds.git] / tests / perl-module.at
index 115f2a8d20e714f8b644f150df9c1c3c9609210c..9342bc358c66d555a98e748ca0ced2c1c79a966f 100644 (file)
@@ -60,7 +60,7 @@ AT_CHECK([pspp -O format=csv dump-dict.sps], [0],
 
 My Dictionary
 
-Documents in the active file:
+Documents in the active dataset:
 
 These Documents
 
@@ -155,7 +155,7 @@ File label:
 
 This is the file label
 
-Documents in the active file:
+Documents in the active dataset:
 
 This is a document line
 
@@ -177,7 +177,7 @@ File label:
 
 This is the file label
 
-Documents in the active file:
+Documents in the active dataset:
 
 This is a document line
 
@@ -704,6 +704,8 @@ AT_CLEANUP
 
 AT_SETUP([Perl Pspp.t])
 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
 ok 1 - use PSPP;