aboutsummaryrefslogtreecommitdiffstats
path: root/pc/Makefile.tst
diff options
context:
space:
mode:
Diffstat (limited to 'pc/Makefile.tst')
-rw-r--r--pc/Makefile.tst1
1 files changed, 1 insertions, 0 deletions
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index a3db5e60..b0686fe6 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -1191,6 +1191,7 @@ readdir:
readdir_test:
@echo $@
+ @echo This test may fail on MinGW if $(LS) does not report full Windows file index as the inode
@$(AWK) -lreaddir -F$(SLASH) '{printf "[%s] [%s] [%s] [%s]\n", $$1, $$2, $$3, $$4}' "$(top_srcdir)" > $@.ok
@$(AWK) -lreaddir_test '{printf "[%s] [%s] [%s] [%s]\n", $$1, $$2, $$3, $$4}' "$(top_srcdir)" > _$@
@-$(CMP) $@.ok _$@ && rm -f $@.ok _$@