Skip to content

Commit

Permalink
test/system: Tweak the names for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Dec 2, 2023
1 parent 5bac0ba commit 9ec3f36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/system/201-ipc.bats
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ teardown() {
cleanup_containers
}

@test "ipc: no namespace" {
@test "ipc: No namespace" {
local ns_host
ns_host=$(readlink /proc/$$/ns/ipc)

Expand Down
2 changes: 1 addition & 1 deletion test/system/203-network.bats
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ teardown() {
cleanup_containers
}

@test "network: no namespace" {
@test "network: No namespace" {
local ns_host
ns_host=$(readlink /proc/$$/ns/net)

Expand Down
2 changes: 1 addition & 1 deletion test/system/206-user.bats
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ teardown() {
cleanup_containers
}

@test "user: separate namespace" {
@test "user: Separate namespace" {
local ns_host
ns_host=$(readlink /proc/$$/ns/user)

Expand Down

0 comments on commit 9ec3f36

Please sign in to comment.