2 # -----------------------------------------------------------------------------
5 use lib
($0 =~ m
|^(.*/)| ?
$1 : ".");
8 # See test_importer comments for mode definitions.
9 my $mode = ((shift @ARGV) || "check");
11 &message
("Check the dif importer.");
12 &test_importer
("$samples/dif/sample.dif", "e961ef2b1bc75e9a3d6759b5926310f959d129e4", $mode);