diff --git a/test/system/201-ipc.bats b/test/system/201-ipc.bats index c71a2b078..15c791dec 100644 --- a/test/system/201-ipc.bats +++ b/test/system/201-ipc.bats @@ -29,7 +29,7 @@ teardown() { cleanup_containers } -@test "ipc: no namespace" { +@test "ipc: No namespace" { local ns_host ns_host=$(readlink /proc/$$/ns/ipc) diff --git a/test/system/203-network.bats b/test/system/203-network.bats index 96591396d..4b0b8e5ef 100644 --- a/test/system/203-network.bats +++ b/test/system/203-network.bats @@ -41,7 +41,7 @@ teardown() { cleanup_containers } -@test "network: no namespace" { +@test "network: No namespace" { local ns_host ns_host=$(readlink /proc/$$/ns/net) diff --git a/test/system/206-user.bats b/test/system/206-user.bats index 57d086d8f..c295d8a61 100644 --- a/test/system/206-user.bats +++ b/test/system/206-user.bats @@ -29,7 +29,7 @@ teardown() { cleanup_containers } -@test "user: separate namespace" { +@test "user: Separate namespace" { local ns_host ns_host=$(readlink /proc/$$/ns/user)