Imported from ../bash-2.04.tar.gz.
[platform/upstream/bash.git] / tests / run-minimal
index 018916a..3014181 100644 (file)
@@ -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,8 +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-posixpat) echo $x ; sh $x ;;
+       run-ifs-tests|run-input-test|run-invert|run-more-exp|run-nquote) echo $x ; sh $x ;;
+       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