Skip to content

Commit c8c7944

Browse files
committed
Tests: http_disable_symlinks.t fails on NetBSD.
See http://gnats.netbsd.org/43154 for details.
1 parent e538393 commit c8c7944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_disable_symlinks.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ symlink($extfile, "$d/cached/link");
209209
###############################################################################
210210

211211
SKIP: {
212-
skip 'cannot test under symlink', 25 if $d ne realpath($d);
212+
skip 'cannot test under symlink', 25 if $d ne realpath($d) or $^O eq 'netbsd';
213213

214214
like(http_get_host('s1', '/link'), qr!200 OK!, 'static (off, same uid)');
215215
like(http_get_host('s1', '/link2'), qr!200 OK!, 'static (off, other uid)');

0 commit comments

Comments
 (0)