]> diplodocus.org Git - nmh/blobdiff - test/install-mh/test-version-check
Added debug printouts to test-version-check.
[nmh] / test / install-mh / test-version-check
index def3cda465b77e7c9aefda23389dfc4019da92a6..a336f5d676222e8b8fe017b0dbc41fd40b2cf780 100755 (executable)
@@ -17,6 +17,12 @@ fi
 
 setup_test
 
+# ???? debug
+test -t 0  &&  echo stdin connected  ||  echo stdin not connected
+test -t 1  &&  echo stdout connected  ||  echo stdout not connected
+test -t 2  &&  echo stderr connected  ||  echo stderr not connected
+# ???? debug
+
 require_prog script
 #### Use minimal arguments to script(1), i.e., just the file in
 #### which to save the output.  We do pipe input to script, which is