]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Move tst-getlogin to login/ subdirectory.
authorRoland McGrath <roland@hack.frob.com>
Fri, 6 Feb 2015 20:29:27 +0000 (12:29 -0800)
committerRoland McGrath <roland@hack.frob.com>
Fri, 6 Feb 2015 20:29:27 +0000 (12:29 -0800)
ChangeLog
login/Makefile
login/tst-getlogin.c [moved from posix/tst-getlogin.c with 100% similarity]
posix/Makefile

index 47f698f575b038718b341b57f9510fc9db4513f7..08f77fe3ed2dcd6e95f6d4ec318e50b22b74d2b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2015-02-06  Roland McGrath  <roland@hack.frob.com>
 
+       * 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.
 
index a2ebeff2bff15a55d23d2731db13455fa837d810..0f4bb22557de73fa6b4f50b4f27918af7d0f0dfc 100644 (file)
@@ -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
similarity index 100%
rename from posix/tst-getlogin.c
rename to login/tst-getlogin.c
index 5ee7b28f2da53e5a7b3c22fd1209a75ef3d3ad3d..15e8818787a8990014234647c1c3de016ea289c2 100644 (file)
@@ -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 \