aboutsummaryrefslogtreecommitdiff
path: root/tests/gcctestsuite.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix bashims in configure and gcctestsuite.sh.Thomas Preud'homme2010-05-261-4/+4
| | | | | | | | configure and gcctestsuite.sh shell scripts contains bashisms although being bourne shell script. This patch fixes the following bashisms: * Use of $RANDOM variable (replaced by reading in /dev/urandom) * Use == in tests instead of just = * Use $[] for arithmetic computation istead of $(())
* new subdirs: include, lib, testsgrischka2009-04-181-0/+33