mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-315 S/390 fix was left out
X-SVN-Rev: 1082
This commit is contained in:
parent
0399573487
commit
2dcb6e5200
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ ctest_getTestDirectory()
|
|||
{
|
||||
if (_testDirectory == NULL)
|
||||
{
|
||||
#if defined(_AIX) || defined(SOLARIS) || defined(LINUX) || defined(HPUX) || defined(POSIX)
|
||||
#if defined(_AIX) || defined(SOLARIS) || defined(LINUX) || defined(HPUX) || defined(POSIX) || defined(OS390)
|
||||
ctest_setTestDirectory("source|test|testdata|");
|
||||
#else
|
||||
ctest_setTestDirectory("icu|source|test|testdata|");
|
||||
|
|
Loading…
Add table
Reference in a new issue