Imported from ../bash-2.0.tar.gz.
This commit is contained in:
parent
726f63884d
commit
ccc6cda312
502 changed files with 91988 additions and 69123 deletions
12
tests/run-all
Executable file → Normal file
12
tests/run-all
Executable file → Normal file
|
|
@ -1,14 +1,20 @@
|
|||
#! /bin/sh
|
||||
|
||||
PATH=.:$PATH # just to get the right version of printenv
|
||||
PATH=.:$PATH # just to get the right version of printenv
|
||||
export PATH
|
||||
unset ENV
|
||||
|
||||
# unset ENV only if it is set
|
||||
[ "${ENV+set}" = "set" ] && unset ENV
|
||||
|
||||
: ${THIS_SH:=../bash}
|
||||
export THIS_SH
|
||||
|
||||
echo Testing ${THIS_SH}
|
||||
echo Any output from any test indicates an anomaly worth investigating
|
||||
for x in run-*
|
||||
do
|
||||
case $x in
|
||||
$0) ;;
|
||||
$0|run-minimal) ;;
|
||||
*.orig|*~) ;;
|
||||
*) echo $x ; sh $x ;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue