about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-02-06 12:29:27 -0800
committerRoland McGrath <roland@hack.frob.com>2015-02-06 12:29:27 -0800
commitda3a1594af4e97757f74eb5fce6700c3ce40a8b7 (patch)
tree2f66259bfa8ea5136cda7cfc7e1b13040048f835
parentb65c0ff9fc84ca9531215e03a4c4e51092f9251f (diff)
downloadglibc-da3a1594af4e97757f74eb5fce6700c3ce40a8b7.tar.gz
glibc-da3a1594af4e97757f74eb5fce6700c3ce40a8b7.tar.xz
glibc-da3a1594af4e97757f74eb5fce6700c3ce40a8b7.zip
Move tst-getlogin to login/ subdirectory.
-rw-r--r--ChangeLog5
-rw-r--r--login/Makefile2
-rw-r--r--login/tst-getlogin.c (renamed from posix/tst-getlogin.c)0
-rw-r--r--posix/Makefile2
4 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 47f698f575..08f77fe3ed 100644
--- 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.
 
diff --git a/login/Makefile b/login/Makefile
index a2ebeff2bf..0f4bb22557 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
index 48821d7a3c..48821d7a3c 100644
--- a/posix/tst-getlogin.c
+++ b/login/tst-getlogin.c
diff --git a/posix/Makefile b/posix/Makefile
index 5ee7b28f2d..15e8818787 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 \