]> Savannah Git Hosting - gnulib.git/commit
test-userspec: don't look up numeric user names
authorJim Meyering <meyering@fb.com>
Fri, 18 Jul 2014 21:16:44 +0000 (14:16 -0700)
committerJim Meyering <meyering@fb.com>
Sat, 19 Jul 2014 00:00:12 +0000 (17:00 -0700)
commit222d1272ae12d807ba02c195308509bcad84597a
tree739e679d6cbf022c8d149d4ad47b09a65b1e0c2c
parentb2f9ff7b19fedfe58144693c999b9a0c067cc131
test-userspec: don't look up numeric user names

* tests/test-userspec.c: I found a system for which getpwnam("0")
returned a pointer to a non-root user's entry, and that made the
test fail.
(T): Prefix each numeric input with "+", to inhibit lookup.
ChangeLog
tests/test-userspec.c