summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/CTestUpdateSVN.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CTestUpdateSVN.cmake.in b/Tests/CTestUpdateSVN.cmake.in
index e3b1b5e..8ff2a3d 100644
--- a/Tests/CTestUpdateSVN.cmake.in
+++ b/Tests/CTestUpdateSVN.cmake.in
@@ -20,7 +20,7 @@ message(" svnadmin = ${SVNADMIN}")
# Isolate svn test operations from the user configuration.
file(MAKE_DIRECTORY ${TOP}/config)
set(SVNCMD ${SVN} --config-dir ${TOP}/config)
-set(SVNUSER --username testauthor --non-interactive)
+set(SVNUSER --username "test author" --non-interactive)
#-----------------------------------------------------------------------------
# Initialize the testing directory.