Michael G. Schwern [Fri, 7 Dec 2001 19:12:44 +0000 (14:12 -0500)]
Message-ID: <
20011208001244.GB642@blackrider>
p4raw-id: //depot/perl@13528
close(TTY);
}
ok(! -t TTY, '!-t on closed TTY filehandle');
- ok(-t, '-t on STDIN');
+
+ {
+ local $TODO = 'STDIN not a tty when output is to pipe' if $Is_VMS;
+ ok(-t, '-t on STDIN');
+ }
}
my $Null = File::Spec->devnull;