(main): Change #ifdef TESTING to TEST.
authorJim Meyering <jim@meyering.net>
Fri, 1 Jul 1994 15:23:47 +0000 (15:23 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 1 Jul 1994 15:23:47 +0000 (15:23 +0000)
lib/userspec.c

index a501f60..75000e8 100644 (file)
@@ -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))