]> arthur.barton.de Git - bup.git/commit - t/test.sh
Use "type -p" instead of "which" in test.sh.
authorRob Browning <rlb@defaultvalue.org>
Tue, 5 Nov 2013 22:39:31 +0000 (16:39 -0600)
committerRob Browning <rlb@defaultvalue.org>
Tue, 5 Nov 2013 22:52:42 +0000 (16:52 -0600)
commit1932d38fee5b96004b30c475d8d7daea708133a1
tree032f326491bc1bc3eebd9cecb55521f064713786
parentc625bec2e5ddfbf2288555074f1cd14537b9832e
Use "type -p" instead of "which" in test.sh.

Which isn't portable (if I recall correctly), and we know we're in
Bash.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
t/test.sh