beakerlib: Use ncat explicitly instead of nc
This is to make sure that we do not use netcat, which does not work in the unix socket test.
This commit is contained in:
parent
889387b000
commit
8f1c757c87
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ send() {
|
|||
local socket=/run/tuned/tuned.sock
|
||||
# local send_only=--send-only
|
||||
|
||||
printf "$data" | nc $send_only -U /run/tuned/tuned.sock
|
||||
printf "$data" | ncat $send_only -U /run/tuned/tuned.sock
|
||||
}
|
||||
|
||||
rlJournalStart
|
||||
|
|
|
|||
Loading…
Reference in a new issue