X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Fexec.t;h=2defb47db4cf5a227ed613af629b0a247a4ccf1b;hb=2986a63f7e513cf37f46db9f211b77071260031f;hp=57a114e766e7213e835968ef98e41706b4bf35e7;hpb=87b11a197a59fac210fc9265bde0ef1ffe36de89;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/exec.t b/t/op/exec.t index 57a114e..2defb47 100755 --- a/t/op/exec.t +++ b/t/op/exec.t @@ -5,7 +5,7 @@ $| = 1; # flush stdout $ENV{LC_ALL} = 'C'; # Forge English error messages. $ENV{LANGUAGE} = 'C'; # Ditto in GNU. -if ($^O eq 'MSWin32') { +if ($^O eq 'MSWin32' || $^O eq 'NetWare') { # XXX the system tests could be written to use ./perl and so work on Win32 print "1..0 # Skip: shh, win32\n"; exit(0);