summaryrefslogtreecommitdiff
path: root/ext/DynaLoader/t/DynaLoader.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/DynaLoader/t/DynaLoader.t')
-rw-r--r--ext/DynaLoader/t/DynaLoader.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DynaLoader/t/DynaLoader.t b/ext/DynaLoader/t/DynaLoader.t
index 7fe30b3497..bb836861ab 100644
--- a/ext/DynaLoader/t/DynaLoader.t
+++ b/ext/DynaLoader/t/DynaLoader.t
@@ -124,7 +124,7 @@ SKIP: {
unless -d '/usr' && -f '/bin/ls';
skip( "dl_findfile test not always appropriate when cross-compiling", 1 )
if $Config{usecrosscompile};
- cmp_ok( scalar @files, '>=', 1, "array should contain one result result or more: libc => (@files)" );
+ cmp_ok( scalar @files, '>=', 1, "array should contain one result or more: libc => (@files)" );
}
# Now try to load well known XS modules