projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
844a6c1
)
(main): Change #ifdef TESTING to TEST.
author
Jim Meyering
<jim@meyering.net>
Fri, 1 Jul 1994 15:23:47 +0000
(15:23 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 1 Jul 1994 15:23:47 +0000
(15:23 +0000)
lib/userspec.c
patch
|
blob
|
history
diff --git
a/lib/userspec.c
b/lib/userspec.c
index a501f60e619f126298a7dae214fdba13d1e94490..75000e8fd354e22ccd5701b86603bd773baa7ee6 100644
(file)
--- 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 TEST
ING
+#ifdef TEST
#define NULL_CHECK(s) ((s) == NULL ? "(null)" : (s))