[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests: provide an option to relax the need for gdb
From: |
Bernhard Voelker |
Subject: |
Re: [PATCH] tests: provide an option to relax the need for gdb |
Date: |
Fri, 22 Jun 2018 01:15:52 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
On 06/22/2018 12:32 AM, Bernhard Voelker wrote:
> Currently, the use of `test $fail ...` vs. `test "$fail" ...` is 50:50.
> IMO it's easier and safer to initialize fail=0 - the attached does it.
FWIW this uninitialized 'fail' variable seems to be a side effect of
https://git.sv.gnu.org/cgit/gnulib.git/commit/?id=e91c0d4f9
which was pulled into coreutils-v8.26 with
https://git.sv.gnu.org/cgit/coreutils.git/commit/?id=ef9650170
right?
Have a nice day,
Berny