1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Regress tests: keep common code in one place

src/cmd/ksh93/tests/_common:
- Added. This keeps one common version of 'err_exit', 'warning',
  and other init code.

src/cmd/ksh93/tests/*.sh:
- Source _common as a dot script.
- Remove 50-odd, occasionally slightly different, versions of the
  common code.
- Some minor tweaks.
This commit is contained in:
Martijn Dekker 2021-03-13 18:14:43 +00:00
parent 6f709122c7
commit aed5c6d70a
53 changed files with 101 additions and 596 deletions

View file

@ -345,9 +345,6 @@ do [[ $i == *.sh ]] || i+='.sh'
glob.sh) grep -c '^[[:blank:]]*test_[a-z]\{3,\}' $i ;;
*) grep -c err_exit $i ;;
esac )
if (( t > 2 ))
then (( t = t - 2 ))
fi
tests[$i]=$t
T=test
if (( t != 1 ))