bustage fix, disable symlink test for windows, bug 439050, r=ted

This commit is contained in:
Axel Hecht 2008-06-13 19:27:42 +02:00
parent 5a97c66487
commit f07671865f

View File

@ -166,4 +166,6 @@ check-preprocessor::
check-jar-mn::
make -C tests/src-simple check-jar
make -C tests/src-simple check-flat
ifneq ($(OS_ARCH), WINNT)
make -C tests/src-simple check-symlink
endif