Home | History | Annotate | Download | only in tests

Lines Matching refs:osname

116   &get_osname;  # sets $osname, $vos, $pathsep, and $short_filenames
122 print "OS name = `$osname'\n" if $debug;
230 $osname = defined($^O) ? $^O : '';
253 $osname = "vos";
263 eval "chop (\$osname = `sh -c 'uname -nmsr 2>&1'`)";
264 if ($osname =~ /not found/i)
266 $osname = "(something unixy with no uname)";
270 eval "chop (\$osname = `sh -c 'uname -a 2>&1'`)";
273 $osname = "(something unixy)";
389 $info = "Running tests for $testee on $osname\n"; # $testee is suite-defined