diff options
Diffstat (limited to 'indra/llxml/tests/llcontrol_test.cpp')
| -rw-r--r--[-rwxr-xr-x] | indra/llxml/tests/llcontrol_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llxml/tests/llcontrol_test.cpp b/indra/llxml/tests/llcontrol_test.cpp index e15117fc29..4192e029c5 100755..100644 --- a/indra/llxml/tests/llcontrol_test.cpp +++ b/indra/llxml/tests/llcontrol_test.cpp @@ -69,7 +69,7 @@ namespace tut LLFile::remove(filename); } LLFile::remove(mTestConfigFile); - LLFile::remove(mTestConfigDir); + LLFile::rmdir(mTestConfigDir); } void writeSettingsFile(const LLSD& config) { |
