summaryrefslogtreecommitdiff
path: root/test/misc/Makefile.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-30 03:23:46 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-30 03:23:46 -0500
commit1775f37b1a35a22e186280b752913bda9f9ee7e9 (patch)
treee7629e45f63ca240c70456cbe0b8d202aa1ac320 /test/misc/Makefile.in
parentef28300bbc27306fca5bb1af155e94af32fc7fef (diff)
use static directories
The list might not exist on target when cross-compiling.
Diffstat (limited to 'test/misc/Makefile.in')
-rw-r--r--test/misc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)