X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fparallel-tests-no-color-in-log.sh;h=01e1bdd32cabd86fc1fd9d42984a6df7363c3482;hb=57f5a614203a2bc62b0640d2296ed3c9de12958f;hp=16c0ed7e56ff8b752d85581d0dafa25452852f75;hpb=062aeb245e68208dccb3ccc9b28e100a81dbc79b;p=platform%2Fupstream%2Fautomake.git diff --git a/t/parallel-tests-no-color-in-log.sh b/t/parallel-tests-no-color-in-log.sh index 16c0ed7..01e1bdd 100755 --- a/t/parallel-tests-no-color-in-log.sh +++ b/t/parallel-tests-no-color-in-log.sh @@ -16,19 +16,9 @@ # Colorized output from the testsuite report shouldn't end up in log files. +required='grep-nonprint' . ./defs || Exit 1 -esc='' - -# Check that grep can parse nonprinting characters. -# BSD 'grep' works from a pipe, but not a seekable file. -# GNU or BSD 'grep -a' works on files, but is not portable. -case `echo "$esc" | $FGREP "$esc"` in - "$esc") ;; -# Creative quoting below to please maintainer-check. - *) echo "$me: f""grep can't parse nonprinting characters" >&2; Exit 77;; -esac - TERM=ansi; export TERM cat >>configure.ac <