Diff between 5f5094dc554825ddd99d475301d3bc5051f8da4d and 4bbadba8b8521ddb8ae4757d08c07edf1dcafde6
Changed Files
| File | Additions | Deletions | Status |
| tools/test-runner.c | +1 | -0 | modified |
Full Patch
diff --git a/tools/test-runner.c b/tools/test-runner.c
index 0baf9d5..42c2c1a 100644
--- a/tools/test-runner.c
+++ b/tools/test-runner.c
@@ -214,6 +214,7 @@ static char *const qemu_argv[] = {
};
static char *const qemu_envp[] = {
+ "HOME=/",
NULL
};