[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] avoid spurious test failure (working --listed), #24
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-tar] avoid spurious test failure (working --listed), #24 |
Date: |
Sat, 25 Feb 2006 12:25:13 EET |
Ah, forgotten to tell: on some systems sort produces spurious verbose
diagnostics on stderr (we have some reports on the list), so I've
replaced this:
sort err 1>&2; rm -f err
with
sort err 1>&2 2>/dev/null; rm -f err
Regards,
Sergey
Re: [Bug-tar] avoid spurious test failure (working --listed), #24, Dmitry V. Levin, 2006/02/25