]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: split/l-chunk: avoid a portability issue
authorPádraig Brady <P@draigBrady.com>
Thu, 1 Sep 2011 14:43:25 +0000 (15:43 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 1 Sep 2011 14:43:25 +0000 (15:43 +0100)
commit37784220dd2a99201b532126f0b382206e860f07
treecb6414cfb88371a86a718aaceaee333f63908790
parent551cbda0278d7e88c7ba52be0510f42ad2466e48
tests: split/l-chunk: avoid a portability issue

* tests/split/l-chunk: Don't use the `test "$var"`
idiom to test that var is set to something as
that's not supported by all shells.
The new style matches the usage is the rest of
the test in any case.
Reported by Bruno Haible on AIX 6.1 and 7.1
tests/split/l-chunk