We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c4b5e commit 87461aaCopy full SHA for 87461aa
tests/transparent_proxy_test
@@ -93,8 +93,8 @@ sub main {
93
94
my $config = make_config($proxy_port, $httpd_port);
95
96
- unless ($> == 0) {
97
- print STDERR "This tests requires root privileges\n";
+ unless ($> == 0 and $^O eq 'linux') {
+ print STDERR "This test requires Linux and root privileges\n";
98
exit 77;
99
}
100
0 commit comments