Skip to content

Commit 7aec0f9

Browse files
rzrlmolina
andauthored
Update scripts/tests/z-wave-stack-binaries-test.sh
Co-authored-by: Laudin Alessandro Molina Troconis <[email protected]>
1 parent def310f commit 7aec0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/z-wave-stack-binaries-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ zpc_cli_()
367367
play_net_add_node_()
368368
{
369369
local node="soc_switch_on_off"
370-
[ -z $1 ] || node="$1"
370+
[ -z "$1" ] || node="$1"
371371

372372
local command="add_node"
373373
log_ "net: $command: Node should not be included: $nodeid ($node)"

0 commit comments

Comments
 (0)