From b1ed586365ec35af0b6763904164a3a848151418 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Fri, 30 Sep 2016 15:03:07 -0700 Subject: [PATCH] t-runner: Mount IWD's storage to tmpfs --- tools/test-runner.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-runner.c b/tools/test-runner.c index b5d3042c..b10c07ac 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -142,6 +142,7 @@ static const struct { MS_NOSUID|MS_NODEV|MS_STRICTATIME }, { "tmpfs", "/run", "mode=0755", MS_NOSUID|MS_NODEV|MS_STRICTATIME }, + { "tmpfs", "/var/lib/iwd", "mode=0755", 0 }, { "tmpfs", "/tmp", NULL, 0 }, { "debugfs", "/sys/kernel/debug", NULL, 0 }, { }