]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: add --use-system-commands
authorKarel Zak <kzak@redhat.com>
Mon, 4 Mar 2019 16:10:04 +0000 (17:10 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 4 Mar 2019 16:14:12 +0000 (17:14 +0100)
commit43b4a4d3c720a4e65fe9de884cd73e0b1b94fbef
tree58a092b0f94bbdad6fcb363e1b55e6241bf81e4a
parent19e00ec9e9e9c36305cf2dd163d0333e2d72c671
tests: add --use-system-commands

This change allows to use commands from $PATH rather than from
$top_builddir. There two basic use cases:

* check differences between installed and git version
  run.sh --use-system-command --show-diff

* check system binaries by upstream tests (for example tests from
  src.rpm package)

Signed-off-by: Karel Zak <kzak@redhat.com>
tests/commands.sh
tests/functions.sh
tests/run.sh