X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fautomake.git;a=blobdiff_plain;f=t%2Fax%2Fam-test-lib.sh;h=26e58ef04410deb3ef87d97231640497e2534b9b;hp=182b070a043cd8c0102e3872d24bc5be18c21871;hb=ec163633dd590bfdbd8d7fd147492081018507f7;hpb=69a3cf8933372fa7ee155a284048e40e0939d586 diff --git a/t/ax/am-test-lib.sh b/t/ax/am-test-lib.sh index 182b070..26e58ef 100644 --- a/t/ax/am-test-lib.sh +++ b/t/ax/am-test-lib.sh @@ -788,7 +788,11 @@ require_tool () # in the environment "by hand" before calling the testsuite. export CC CPPFLAGS echo "$me: running $CC -?" - $CC -? || skip_all_ "Microsoft C compiler '$CC' not available" + # The IRAF package (http://iraf.noao.edu/) contains a 'cl' program + # which is interactive, and which could cause the testsuite to hang + # if its standard input is not redirected. See automake bug#14707. + $CC -?