bug#18568: Bug Report test-getlogin failed

2014-09-26 Thread Pádraig Brady
On 09/26/2014 07:24 AM, Sorawit Khurnyotrak wrote: > FAIL: test-getlogin > === > test-getlogin.c:69: assertion 'strcmp (buf, name) == 0' failed Thanks for the report. I'm fairly sure that has been fixed up in coreutils-8.23 the recent changes in that gnulib test, specifically: htt

bug#18567: strange tee behavior

2014-09-26 Thread Pádraig Brady
unarchive 11540 forecemerge 11540 18567 stop On 09/26/2014 10:53 AM, Karl Nordström wrote: > Hi, > > I have a small problem with tee, which could be exemplified by the > following code: > > wc -l largefile >> 235324 largefile > cat largefile |tee -i >(head > /dev/null) |wc -l >> 390 > > tee doe

bug#18568: Bug Report test-getlogin failed

2014-09-26 Thread Sorawit Khurnyotrak
Dear Sir, While i compile coreutils-8.22 with LFS i get this error , Please correct me. Best regards, error.log Description: Binary data test-suite.log Description: Binary data

bug#18567: strange tee behavior

2014-09-26 Thread Karl Nordström
Hi, I have a small problem with tee, which could be exemplified by the following code: wc -l largefile > 235324 largefile cat largefile |tee -i >(head > /dev/null) |wc -l > 390 tee doesn't forward the whole file but seems to stop when head don't read anymore. I thought the -i flag was supposed t