Re: [PATCH] testsuite: fix last which change

2014-01-23 Thread Denys Vlasenko
Applied, thanks! On Sun, Jan 19, 2014 at 4:30 PM, Michael Tokarev m...@tls.msk.ru wrote: In commit afa63b2dcdc9b9 I replaced `type -p' with `command -pv'. But actually it is wrong, the right substitution is `command -v'. We need to find our busybox which is in the first directory in $PATH,

[PATCH] testsuite: fix last which change

2014-01-19 Thread Michael Tokarev
In commit afa63b2dcdc9b9 I replaced `type -p' with `command -pv'. But actually it is wrong, the right substitution is `command -v'. We need to find our busybox which is in the first directory in $PATH, so `command -p' should not be used because it uses default PATH, not current value of PATH