projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cae16f1
)
Skip the test if not running on a tty.
Jarkko Hietaniemi [Thu, 13 Sep 2001 12:44:28 +0000 (12:44 +0000)]
p4raw-id: //depot/perl@12010
lib/Term/Complete.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Term/Complete.t
b/lib/Term/Complete.t
index
ff62d1d
..
99f206e
100644
(file)
--- a/
lib/Term/Complete.t
+++ b/
lib/Term/Complete.t
@@
-1,6
+1,7
@@
#!./perl
BEGIN {
+ print "1..0 # Skip: not a tty\n" unless -t STDOUT;
chdir 't' unless -d 't';
@INC = '../lib';
}