aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/server/sws.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/server/sws.c b/tests/server/sws.c
index f2f465003..770dec049 100644
--- a/tests/server/sws.c
+++ b/tests/server/sws.c
@@ -73,7 +73,7 @@ spitout(FILE *stream,
#define TEST_DATA_PATH "%s/data/test%d"
/* global variable, where to find the 'data' dir */
-char *path=".";
+const char *path=".";
enum {
DOCNUMBER_QUIT = -6,