From: Pádraig Brady
Date: Sun, 18 May 2014 01:48:03 +0000 (+0100) Subject: getlogin-tests: avoid false failure under cron X-Git-Tag: v1.0~7385 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=97177368709e802a3e5008e1e9687e33f14da35d;p=gnulib.git getlogin-tests: avoid false failure under cron * tests/test-getlogin.c (main): Avoid verifying errnos from ttyname() since that's not what's under test. Centos 6 was seen to return EINVAL for ttyname() when run from cron. --- diff --git a/ChangeLog b/ChangeLog index 87dec13503..bcd414de92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-05-18 Pádraig Brady
+
+ getlogin-tests: avoid false failure under cron
+ * tests/test-getlogin.c (main): Avoid verifying errnos from ttyname()
+ since that's not what's under test. Centos 6 was seen to return
+ EINVAL for ttyname() when run from cron.
+
2014-05-16 Jim Meyering