We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3c77d commit b5840deCopy full SHA for b5840de
tests/004-test-privileged.sh
@@ -41,7 +41,7 @@ test_privileged_nomad_job() {
41
# depending on the execution environment.
42
expected_capabilities="37"
43
if [[ "$GITHUB_ACTIONS" == "true" ]]; then
44
- expected_capabilities="39"
+ expected_capabilities="40"
45
fi
46
47
actual_capabilities=$(nomad alloc exec -job privileged capsh --print|grep -i bounding|cut -d '=' -f 2|awk '{split($0,a,","); print a[length(a)]}')
0 commit comments