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:
parent
849318cc45
commit
1597e8be5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue