centos test fixes
This commit is contained in:
parent
46738d4b37
commit
718f494549
2 changed files with 10 additions and 4 deletions
|
|
@ -10,8 +10,8 @@
|
|||
# Magic line must be first in script (see README.md)
|
||||
s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi
|
||||
|
||||
# Raw unit tester of backend unix socket
|
||||
: ${clixon_util_socket:=clixon_util_socket}
|
||||
# Raw unit tester of backend unix socket.
|
||||
: ${clixon_util_socket:=$(which clixon_util_socket)}
|
||||
|
||||
APPNAME=example
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue