bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [GNU tar 1.32] testsuite: 91 210 failed


From: Dolha, Lloyd SHA
Subject: RE: [GNU tar 1.32] testsuite: 91 210 failed
Date: Wed, 13 Nov 2019 13:54:53 +0000

Here is the output of your request:

rqhbdmrxdb:/homeroot> ( ulimit -n 4 ) && ulimit -n
sh: ulimit: The specified value exceeds the user's allowable limit.

Lloyd

-----Original Message-----
From: Sergey Poznyakoff [mailto:address@hidden] 
Sent: November-13-19 12:44 AM
To: Dolha, Lloyd SHA
Cc: 'address@hidden'
Subject: Re: [GNU tar 1.32] testsuite: 91 210 failed

Hi Lloyd,

Thanks for your report.

The test 91 fails because the shell command 'ulimit -n 10' fails:

  ./testsuite[2100]: ulimit: The specified value exceeds the user's allowable 
limit.

Prior to this, a call to 'ulimit -n 4' is done *in a subshell*.  It
appears that on your system the call to ulimit in a subshell modifies 
the settings in the parent shell as well. At least, this is the only
reason for this behavior I can think of. Can you run the following shell
command and tell me the output it produces:

  ( ulimit -n 4 ) && ulimit -n 

As to the test 210, it basically worked as expected, except that
the test supposes that an attempt to remove the current working
directory results in the "Invalid argument" error.  However, on your
system "Device busy" is reported instead.  I have installed the
following patch to handle this:
  http://git.savannah.gnu.org/cgit/tar.git/commit/?id=b31afe7c

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]