On Thu, Nov 7, 2013 at 8:53 PM, Chet Ramey <chet.ra...@case.edu> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 11/6/13 10:34 PM, Chris Down wrote: >> On 2013-11-06 22:23:41 -0500, Chet Ramey wrote: >>> I'll think about it. I generally don't like to add test cases for features >>> that are available on so few platforms. >> >> Why? Surely that is the place where such test cases would be most >> valuable? > > Sure. It just generates spurious results on platforms that don't support > the feature.
Why? You could test whether a platform supports the cd -@ option based on the cd --help output and only run the test if -@ is a supported option. Josh