mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
[master] use 'command' instead of 'type' to find atf-run and kyua paths
This commit is contained in:
4
unit/unittest.sh.in
Normal file → Executable file
4
unit/unittest.sh.in
Normal file → Executable file
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
PATH="@ATFBIN@:${PATH}"
|
PATH="@ATFBIN@:${PATH}"
|
||||||
export PATH
|
export PATH
|
||||||
ATFRUN=`type atf-run 2>/dev/null | awk '{print $3}'`
|
ATFRUN=`command -v atf-run 2>/dev/null`
|
||||||
KYUA=`type kyua 2>/dev/null | awk '{print $3}'`
|
KYUA=`command -v kyua 2>/dev/null`
|
||||||
|
|
||||||
status=0
|
status=0
|
||||||
if [ -n "@UNITTESTS@" -a -x "$ATFRUN" -a -f Atffile ]
|
if [ -n "@UNITTESTS@" -a -x "$ATFRUN" -a -f Atffile ]
|
||||||
|
Reference in New Issue
Block a user