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 05c6d7e commit f14a893Copy full SHA for f14a893
tests/integration/features.bats
@@ -3,6 +3,8 @@
3
load helpers
4
5
@test "features [idmap]" {
6
+ runc --help
7
+ runc features 2>&1
8
runc features
9
[ "$status" -eq 0 ]
10
enabled=$(echo "$output" | jq '.linux.mountExtensions.idmap.enabled')
0 commit comments