patch 7.4.986
Problem: Test49 doesn't work on MS-Windows. test70 is listed twice.
Solution: Move test49 to the group not used on Amiga and MS-Windows.
Remove test70 from SCRIPTS_WIN32.
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak
index 6e92668..b907fe7 100644
--- a/src/testdir/Make_dos.mak
+++ b/src/testdir/Make_dos.mak
@@ -13,6 +13,7 @@
# test12 can't unlink a swap file
# test25 uses symbolic link
# test27 can't edit file with "*" in file name
+# test49 fails in various ways
# test97 \{ and \$ are not escaped characters.
SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE1) $(SCRIPTS_MORE3) $(SCRIPTS_MORE4)