aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run-minimal
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-minimal')
-rw-r--r--tests/run-minimal2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-minimal b/tests/run-minimal
index 0054cda..de98344 100644
--- a/tests/run-minimal
+++ b/tests/run-minimal
@@ -27,7 +27,7 @@ do
*.orig|*~) ;;
run-dollars|run-execscript|run-func|run-getopts|run-heredoc) echo $x ; sh $x ;;
run-ifs-tests|run-input-test|run-invert|run-more-exp|run-nquote) echo $x ; sh $x ;;
- run-ifs-posix|run-posix2|run-posixpat) echo $x ; sh $x ;;
+ run-ifs-posix|run-posix2|run-posixpat|run-posixpipe) echo $x ; sh $x ;;
run-precedence|run-quote|run-read|run-rhs-exp|run-strip|run-tilde) echo $x ; sh $x ;;
*) ;;
esac