summaryrefslogtreecommitdiff
path: root/t/AIFF.t
diff options
context:
space:
mode:
authorexiftool <phil@work3.phy.queensu.ca>2017-06-05 10:38:07 -0400
committerexiftool <phil@work3.phy.queensu.ca>2017-06-05 10:38:07 -0400
commitb0d44d7a517c4870fbfc7222c77936bbac2a8ab2 (patch)
tree544e22bd6f5f672984c15d073a934ee2b1dccc49 /t/AIFF.t
parent0d7d8a529682a729f7e3471c4cf1d67e121c71eb (diff)
Update to 10.55
Diffstat (limited to 't/AIFF.t')
-rw-r--r--t/AIFF.t7
1 files changed, 4 insertions, 3 deletions
diff --git a/t/AIFF.t b/t/AIFF.t
index 99435ae3..9d5653ac 100644
--- a/t/AIFF.t
+++ b/t/AIFF.t
@@ -1,7 +1,10 @@
# Before "make install", this script should be runnable with "make test".
# After "make install" it should work as "perl t/AIFF.t".
-BEGIN { $| = 1; print "1..2\n"; $Image::ExifTool::configFile = ''; }
+BEGIN {
+ $| = 1; print "1..2\n"; $Image::ExifTool::configFile = '';
+ require './t/TestLib.pm'; t::TestLib->import();
+}
END {print "not ok 1\n" unless $loaded;}
# test 1: Load the module(s)
@@ -10,8 +13,6 @@ use Image::ExifTool::AIFF;
$loaded = 1;
print "ok 1\n";
-use t::TestLib;
-
my $testname = 'AIFF';
my $testnum = 1;