Commit 7f69b65
Fix shell escaping for ovn-nbctl address_set lookup in test 72028
The PodSelector external_id format contains spaces (e.g.,
"policy-group.network.openshift.io/host-network: ,") which caused
bash word-splitting when using backslash escaping. Switch to
single-quote wrapping to preserve the argument as a single token.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c4d03ea commit 7f69b65
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
558 | | - | |
559 | | - | |
| 558 | + | |
| 559 | + | |
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
| |||
0 commit comments