From: Roland McGrath Date: Fri, 6 Feb 2015 20:29:27 +0000 (-0800) Subject: Move tst-getlogin to login/ subdirectory. X-Git-Tag: glibc-2.22~652 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da3a1594af4e97757f74eb5fce6700c3ce40a8b7;p=thirdparty%2Fglibc.git Move tst-getlogin to login/ subdirectory. --- diff --git a/ChangeLog b/ChangeLog index 47f698f575b..08f77fe3ed2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-02-06 Roland McGrath + * posix/tst-getlogin.c: Move to ... + * login/tst-getlogin.c: ... here. + * posix/Makefile (tests): Move tst-getlogin to ... + * login/Makefile (tests): ... here. + * libio/tst-atime.c (do_test): Move local variables SV and E inside [ST_NOATIME] conditional. diff --git a/login/Makefile b/login/Makefile index a2ebeff2bff..0f4bb22557d 100644 --- a/login/Makefile +++ b/login/Makefile @@ -43,7 +43,7 @@ endif subdir-dirs = programs vpath %.c programs -tests := tst-utmp tst-utmpx tst-grantpt tst-ptsname +tests := tst-utmp tst-utmpx tst-grantpt tst-ptsname tst-getlogin # Build the -lutil library with these extra functions. extra-libs := libutil diff --git a/posix/tst-getlogin.c b/login/tst-getlogin.c similarity index 100% rename from posix/tst-getlogin.c rename to login/tst-getlogin.c diff --git a/posix/Makefile b/posix/Makefile index 5ee7b28f2da..15e8818787a 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -64,7 +64,7 @@ routines := \ aux := init-posix environ tests := tstgetopt testfnm runtests runptests \ tst-preadwrite tst-preadwrite64 test-vfork regexbug1 \ - tst-getlogin tst-mmap tst-getaddrinfo tst-truncate \ + tst-mmap tst-getaddrinfo tst-truncate \ tst-truncate64 tst-fork tst-fnmatch tst-regexloc tst-dir \ tst-chmod bug-regex1 bug-regex2 bug-regex3 bug-regex4 \ tst-gnuglob tst-regex bug-regex5 bug-regex6 bug-regex7 \