more consting
[p5sagit/p5-mst-13.2.git] / lib / perl5db.t
index 9c95a5b..fe39292 100644 (file)
@@ -14,6 +14,10 @@ BEGIN {
        print "1..0 # Skip: no /dev/null\n";
        exit 0;
     }
+    if (!-c "/dev/tty") {
+       print "1..0 # Skip: no /dev/tty\n";
+       exit 0;
+    }
 }
 
 plan(1);