]> git.notmuchmail.org Git - notmuch/commit
test: check for GNU parallel with --version options
authorTobias Backer Dirks <omgitsaheadcrab@gmail.com>
Sat, 24 Apr 2021 20:41:03 +0000 (21:41 +0100)
committerDavid Bremner <david@tethera.net>
Sat, 24 Apr 2021 23:06:41 +0000 (20:06 -0300)
commitf2b5ad28e2b7b512d66946af34dd4149d1506bf4
tree5ff1c7552c1db9514608794a5a2b63830bd1bc5b
parentf8463d737473ce43461da7022fa31ac3956b5036
test: check for GNU parallel with --version options

The lastest versions of GNU parallel no longer make mention of GNU
within their help output. This causes the test script to mistakenly use
the moreutils parallel execution. In order to fix this, while
maintaining compatibility with previous versions of GNU parallel,
--version should be used.

Signed-off-by: Tobias Backer Dirks <omgitsaheadcrab@gmail.com>
test/notmuch-test