From 1775f37b1a35a22e186280b752913bda9f9ee7e9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 May 2015 03:23:46 -0500 Subject: use static directories The list might not exist on target when cross-compiling. --- test/misc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/misc') diff --git a/test/misc/Makefile.in b/test/misc/Makefile.in index 09ff5c3e9..a15ff97d6 100644 --- a/test/misc/Makefile.in +++ b/test/misc/Makefile.in @@ -37,7 +37,7 @@ DODIFF_tst-statvfs := 1 OPTS_bug-glob1 := $(PWD) OPTS_tst-fnmatch := < tst-fnmatch.input -MNTENTS = $(shell mount | while read dev on mp rest; do echo $$mp; done) +MNTENTS = / /sys /proc /dev OPTS_tst-statfs := $(MNTENTS) OPTS_tst-statvfs := $(MNTENTS) -- cgit v1.2.3