aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d69894b..8cf583a 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,8 @@ test:
.phony: root_test
root_test:
./build.bash
- cd tests/root_test && go test -c && sudo ./root_test.test -test.v
+ # Need to use TMPDIR=/var/tmp as TestOverlay fails on tmpfs.
+ cd tests/root_test && go test -c && sudo TMPDIR=/var/tmp ./root_test.test -test.v
.phony: format
format: