We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9978a2a commit 436436dCopy full SHA for 436436d
tests/unit_tests/test_target/patches/tests/netdevs.yaml
@@ -37,8 +37,9 @@ static_files:
37
fi
38
39
# Use shell string matching instead of grep to avoid segfaults
40
+ # Quotes around < and > prevent busybox from interpreting them as redirection
41
case "$link_info" in
- *<*UP*>*) ;;
42
+ *"<"*UP*">"*) ;;
43
*) echo "Expected interface $dev not up"; exit 1 ;;
44
esac
45
done
0 commit comments