Skip to content

Commit 7b8c4e9

Browse files
committed
shfmt mounts.bats to pass make validate
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 8d860c6 commit 7b8c4e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/mounts.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ function teardown() {
2222
}
2323

2424
@test "runc run [ro tmpfs mount]" {
25-
update_config ' .mounts += [{"source": "tmpfs", "destination": "/mnt", "type": "tmpfs", "options": ["ro", "nodev", "nosuid", "mode=755"]}]
26-
| .process.args |= ["grep", "^tmpfs /mnt", "/proc/mounts"]'
25+
update_config ' .mounts += [{"source": "tmpfs", "destination": "/mnt", "type": "tmpfs", "options": ["ro", "nodev", "nosuid", "mode=755"]}]
26+
| .process.args |= ["grep", "^tmpfs /mnt", "/proc/mounts"]'
2727

2828
runc run test_ro_tmpfs_mount
2929
[ "$status" -eq 0 ]

0 commit comments

Comments
 (0)