summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/userspec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/userspec.c b/lib/userspec.c
index a501f60e6..75000e8fd 100644
--- a/lib/userspec.c
+++ b/lib/userspec.c
@@ -249,7 +249,7 @@ parse_user_spec (spec_arg, uid, gid, username_arg, groupname_arg)
return error_msg;
}
-#ifdef TESTING
+#ifdef TEST
#define NULL_CHECK(s) ((s) == NULL ? "(null)" : (s))