X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Frun-minimal;h=5c5dcc4987582017c99d1b46ca4166ee305a3c05;hb=95732b497d12c98613bb3c5db16b61f377501a59;hp=dfe392f8f998d710c292605b0fe26fdc76e3cbb7;hpb=d166f048818e10cf3799aa24a174fb22835f1acc;p=platform%2Fupstream%2Fbash.git diff --git a/tests/run-minimal b/tests/run-minimal index dfe392f..5c5dcc4 100644 --- a/tests/run-minimal +++ b/tests/run-minimal @@ -16,6 +16,8 @@ export THIS_SH ${THIS_SH} ./version.mini +rm -f /tmp/xx + echo Testing ${THIS_SH} echo Any output from any test, unless otherwise noted, indicates a possible anomaly for x in run-* @@ -24,7 +26,8 @@ do $0) ;; *.orig|*~) ;; run-dollars|run-execscript|run-func|run-getopts|run-heredoc) echo $x ; sh $x ;; - run-ifs-tests|run-input-test|run-more-exp|run-nquote|run-posix2) echo $x ; sh $x ;; + run-ifs-tests|run-input-test|run-invert|run-more-exp|run-nquote) echo $x ; sh $x ;; + run-ifs-0posix|run-posix2|run-posixpat) echo $x ; sh $x ;; run-precedence|run-quote|run-read|run-rhs-exp|run-strip|run-tilde) echo $x ; sh $x ;; *) ;; esac