X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1f13f2cc1b7c1ca62969bc658712dac22fb21b6f..7545be37e6306c01f2906f8f81ccc54e8f54ec46:/test/install-mh/test-version-check diff --git a/test/install-mh/test-version-check b/test/install-mh/test-version-check index def3cda4..2f26e5af 100755 --- a/test/install-mh/test-version-check +++ b/test/install-mh/test-version-check @@ -17,6 +17,10 @@ fi setup_test +if test ! -t 0 || test ! -t 1 || test ! -t 2; then + test_skip 'must be connected to terminal' +fi + 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