Rename the "test_case" test to "test_charcase" to make it slightly less confusing.

This commit is contained in:
Eric Haszlakiewicz
2014-03-22 21:15:41 -04:00
parent 9f26d96f09
commit e2bbb5664c
5 changed files with 5 additions and 27 deletions

12
tests/test_charcase.test Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
# Common definitions
if test -z "$srcdir"; then
srcdir="${0%/*}"
test "$srcdir" = "$0" && srcdir=.
test -z "$srcdir" && srcdir=.
fi
. "$srcdir/test-defs.sh"
run_output_test test_charcase
exit $?