From 7b8c4e980a7ae03056ce8bb1b9096dc9b6c3a6c7 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 29 Oct 2020 15:55:59 +0900 Subject: [PATCH] shfmt mounts.bats to pass `make validate` Signed-off-by: Akihiro Suda --- tests/integration/mounts.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/mounts.bats b/tests/integration/mounts.bats index 6c577b0406b..9b6d31d889c 100644 --- a/tests/integration/mounts.bats +++ b/tests/integration/mounts.bats @@ -22,8 +22,8 @@ function teardown() { } @test "runc run [ro tmpfs mount]" { - update_config ' .mounts += [{"source": "tmpfs", "destination": "/mnt", "type": "tmpfs", "options": ["ro", "nodev", "nosuid", "mode=755"]}] - | .process.args |= ["grep", "^tmpfs /mnt", "/proc/mounts"]' + update_config ' .mounts += [{"source": "tmpfs", "destination": "/mnt", "type": "tmpfs", "options": ["ro", "nodev", "nosuid", "mode=755"]}] + | .process.args |= ["grep", "^tmpfs /mnt", "/proc/mounts"]' runc run test_ro_tmpfs_mount [ "$status" -eq 0 ]