1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-04 20:31:48 -07:00

Don't depend on test accepting == (not portable to /bin/sh).

Copied from Perforce
 Change: 185048
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-03-27 14:19:01 +00:00
parent 849318cc45
commit 1597e8be5a

View file

@ -26,7 +26,7 @@ echo "Test directory: $TEST_DIR"
# Determine which tests to run.
TEST_CASE_DB=$(dirname -- "$0")/testcases.txt
if [ $# == 1 ]; then
if [ $# -eq 1 ]; then
TEST_SUITE=$1
echo "Test suite: $TEST_SUITE"
case $TEST_SUITE in