diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-01-08 22:41:39 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-01-08 22:41:39 +0000 |
commit | 9d48ae1acc9d451165b47b84abb93cfc2389fb7a (patch) | |
tree | 165b2a8b06c48d71f2d9d325ef665b33318848db /tests/test_config.h | |
parent | 745e5e43f390c7005c1d5a0863d9af777f2e19cb (diff) | |
download | ATCD-9d48ae1acc9d451165b47b84abb93cfc2389fb7a.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/test_config.h')
-rw-r--r-- | tests/test_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.h b/tests/test_config.h index cc69c6476a8..0c84fb15c00 100644 --- a/tests/test_config.h +++ b/tests/test_config.h @@ -187,7 +187,7 @@ ACE_Test_Output::set_output (const char *filename, int append) char *test_dir = ACE_OS::getenv ("ACE_TEST_DIR"); - if (! test_dir) + if (!test_dir) test_dir = ""; ACE_OS::sprintf (temp, "%s%s%s%s", |