diff options
Diffstat (limited to 'lib/Term')
-rw-r--r-- | lib/Term/Complete.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Term/Complete.t b/lib/Term/Complete.t index ff62d1d871..99f206e170 100644 --- 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'; } |