# HG changeset patch # User Sergey Kandaurov # Date 1506694368 -10800 # Node ID 56e7da831f46b4e29109a804245d832b61d1e3c5 # Parent 75a83f36cff0a18eb3c24da6253690a2b98fb86b Tests: http_disable_symlinks.t fails on NetBSD. See http://gnats.netbsd.org/43154 for details. diff --git a/http_disable_symlinks.t b/http_disable_symlinks.t --- a/http_disable_symlinks.t +++ b/http_disable_symlinks.t @@ -209,7 +209,7 @@ symlink($extfile, "$d/cached/link"); ############################################################################### SKIP: { -skip 'cannot test under symlink', 25 if $d ne realpath($d); +skip 'cannot test under symlink', 25 if $d ne realpath($d) or $^O eq 'netbsd'; like(http_get_host('s1', '/link'), qr!200 OK!, 'static (off, same uid)'); like(http_get_host('s1', '/link2'), qr!200 OK!, 'static (off, other uid)');