oldtests: win: skip test49

Vim doesn't test it on Windows.
See https://github.com/vim/vim/blob/master/src/testdir/Make_all.mak
This commit is contained in:
Jan Edmund Lazo 2018-04-12 21:11:55 -04:00
parent 714e0f8bf0
commit 8e87d89a99

View File

@ -20,13 +20,13 @@ SCRIPTS_DEFAULT = \
test40.out \
test42.out \
test48.out \
test49.out \
test52.out \
test64.out \
ifneq ($(OS),Windows_NT)
SCRIPTS_DEFAULTS := $(SCRIPTS_DEFAULT) \
test17.out \
test49.out \
endif