bug#13516: tests/rm/unread3 fails on Mac OS X 10.8

2013-01-29 Thread Paul Eggert
On 01/29/2013 09:11 AM, Global Odey wrote: > + test-getcwd > + Exit 7 Evidently the test-getcwd program is encountering the failure marked "fail = 7;" in that program. Can you use GDB to debug the situation? Try running something like this: gdb test-getcwd b getcwd r fin p errno That sort of thi

bug#13582: [PATCH] stat: add ext4 to the ext2/ext3 list

2013-01-29 Thread Bernhard Voelker
On 01/29/2013 07:39 PM, Mike Frysinger wrote:> On Tuesday 29 January 2013 01:57:42 Bernhard Voelker wrote: >> On 01/29/2013 07:13 AM, Mike Frysinger wrote: >> Thanks for the patch, however, you submitted it to the bug-coreutils >> mailing list which automatically opened a new ticket. Therefore, I'

bug#13582: [PATCH] stat: add ext4 to the ext2/ext3 list

2013-01-29 Thread Mike Frysinger
On Tuesday 29 January 2013 01:57:42 Bernhard Voelker wrote: > tag 13582 + notabug > close 13582 > stop > > On 01/29/2013 07:13 AM, Mike Frysinger wrote: > > Since ext4 returns the same info as ext2/ext3, add it to the list. > > This fixes the output of running `stat -f / -c %T` on my system that >

bug#13516: tests/rm/unread3 fails on Mac OS X 10.8

2013-01-29 Thread Global Odey
On 1/28/13 6:47 PM, Paul Eggert wrote: OK, how about the attached patch instead? After correcting a minor issue (*/tests/test-getcwd.c needed to be changed to */gnulib-tests/test-getcwd.c in the last patch), tests/rm/unread3.sh continues to pass while gnulib-tests/test-getcwd.sh still fails.