Skip to content

Commit cf6c074

Browse files
author
Mrunal Patel
authored
Merge pull request #2666 from AkihiroSuda/shfmt-20201029
shfmt mounts.bats to pass `make validate`
2 parents 8d860c6 + 7b8c4e9 commit cf6c074

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)