summaryrefslogtreecommitdiff
path: root/t/op/pack.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/pack.t')
-rwxr-xr-xt/op/pack.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/pack.t b/t/op/pack.t
index 72ac95b9db..648c291666 100755
--- a/t/op/pack.t
+++ b/t/op/pack.t
@@ -359,7 +359,7 @@ foreach my $base (@templates) {
skip "cannot pack '$t' on this perl", 4
if is_valid_error($@);
- is( $@, '' );
+ is( $@, '', "Template $t works");
is(scalar @t, 2);
is($t[0], 12);