diff options
author | schmonz <schmonz@pkgsrc.org> | 2013-06-08 21:32:25 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2013-06-08 21:32:25 +0000 |
commit | 7f9b63b4feacdc153ddbe69398a4e361d55679ce (patch) | |
tree | ca002e7b7f9c144ee912139f5dd23b78f2dbeb8a /lang/perl5 | |
parent | 305d147deec3a1c7cd48359367214c32a69a172c (diff) | |
download | pkgsrc-7f9b63b4feacdc153ddbe69398a4e361d55679ce.tar.gz |
Remove extraneous trailing parenthesis so this test can run.
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/patches/patch-ta | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/patches/patch-ta b/lang/perl5/patches/patch-ta index 0592e73cfcb..b3caf898c5b 100644 --- a/lang/perl5/patches/patch-ta +++ b/lang/perl5/patches/patch-ta @@ -1,4 +1,4 @@ -$NetBSD: patch-ta,v 1.5 2013/05/31 10:55:15 adam Exp $ +$NetBSD: patch-ta,v 1.6 2013/06/08 21:32:25 schmonz Exp $ On NetBSD, filesystems may be mounted with the noatime option. @@ -9,7 +9,7 @@ On NetBSD, filesystems may be mounted with the noatime option. is( $mtime, 500000000 + $delta, 'mtime' ); } - elsif ($^O eq 'haiku') { -+ elsif ($^O eq 'haiku' || $^O eq 'netbsd')) { ++ elsif ($^O eq 'haiku' || $^O eq 'netbsd') { SKIP: { skip "atime not updated", 1; } |