mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
476 B
Plaintext
15 lines
476 B
Plaintext
$NetBSD: patch-zd,v 1.4 2012/10/03 19:59:47 adam Exp $
|
|
|
|
--- cpan/Module-Build/t/tilde.t.orig 2012-04-25 00:18:31.000000000 +0000
|
|
+++ cpan/Module-Build/t/tilde.t
|
|
@@ -44,6 +44,9 @@ SKIP: {
|
|
$home =~ s#/$##;
|
|
}
|
|
|
|
+ if ($home =~ /work\/.home/) {
|
|
+ skip "Skipping test in pkgsrc env to avoid FAKE_HOME trouble", 15;
|
|
+ }
|
|
unless (defined $home) {
|
|
my @info = eval { getpwuid $> };
|
|
skip "No home directory for tilde-expansion tests", 15 if $@
|