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_all.mak b/src/testdir/Make_all.mak
index c88ed1c..d0e277d 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -127,7 +127,6 @@
# Tests that run on most systems, but not on Amiga.
SCRIPTS_MORE1 = \
test11.out \
- test49.out \
test52.out \
test85.out \
test86.out \
@@ -141,6 +140,7 @@
test12.out \
test25.out \
test27.out \
+ test49.out \
test97.out
@@ -163,7 +163,7 @@
# Tests specifically for MS-Windows.
-SCRIPTS_WIN32 = test50.out test70.out
+SCRIPTS_WIN32 = test50.out
# Tests for the GUI.