From 08027e85fafe67c2044e868d49286b800497ef14 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 27 Jun 2019 16:15:13 +0200 Subject: [PATCH] Remove posix_getlogin_basic.phpt test The premise of this test (that the getlogin user has to be the same as the geteuid user) is incorrect. --- ext/posix/tests/posix_getlogin_basic.phpt | 28 ----------------------- 1 file changed, 28 deletions(-) delete mode 100644 ext/posix/tests/posix_getlogin_basic.phpt diff --git a/ext/posix/tests/posix_getlogin_basic.phpt b/ext/posix/tests/posix_getlogin_basic.phpt deleted file mode 100644 index 4dd1131779..0000000000 --- a/ext/posix/tests/posix_getlogin_basic.phpt +++ /dev/null @@ -1,28 +0,0 @@ ---TEST-- -Test for function posix_getlogin() basic functionality ---CREDITS-- -Rodrigo Prado de Jesus -Lucas de Oliveira -Rogerio Prado de Jesus -Felipe Almeida -Ariana Kataoka -Leonardo Gouveia -User Groups: PHPVale PHPSP PHPDF PHP Women ---SKIPIF-- - ---FILE-- - ---EXPECT-- -Success -- 2.50.1