Skip to content

Commit 1c746a3

Browse files
authored
Merge pull request #766 from zacikpa/ncat-fix
beakerlib: Use ncat explicitly instead of nc
2 parents b924ccd + 8f1c757 commit 1c746a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/beakerlib/Expose-TuneD-API-to-the-Unix-Domain-Socket

tests/beakerlib/Expose-TuneD-API-to-the-Unix-Domain-Socket/runtest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ send() {
2424
local socket=/run/tuned/tuned.sock
2525
# local send_only=--send-only
2626

27-
printf "$data" | nc $send_only -U /run/tuned/tuned.sock
27+
printf "$data" | ncat $send_only -U /run/tuned/tuned.sock
2828
}
2929

3030
rlJournalStart

0 commit comments

Comments
 (0)