summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_vms.mms
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-04 20:05:50 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-04 20:05:50 +0200
commit877e95779869c5426102aa491f67d99904c8534c (patch)
tree0c3f0dd43bc4a79e9af167f2907adbd85739f368 /src/testdir/Make_vms.mms
parentee695f787ade7fd88fc5f5497553d95c0c3645b5 (diff)
patch 7.4.2153v7.4.2153
Problem: GUI test isn't testing much. Solution: Turn into a new style test. Execute a shell command.
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r--src/testdir/Make_vms.mms4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms
index ca4fceebd6..5ce32aaa14 100644
--- a/src/testdir/Make_vms.mms
+++ b/src/testdir/Make_vms.mms
@@ -4,7 +4,7 @@
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
#
-# Last change: 2016 Feb 25
+# Last change: 2016 Aug 04
#
# This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
# Edit the lines in the Configuration section below to select.
@@ -104,7 +104,7 @@ SCRIPT = $(SCRIPTS_ALL) $(SCRIPTS_MORE3)
# On ODS-2 tests fail.
.IFDEF WANT_GUI
-SCRIPT_GUI = test16.out
+SCRIPT_GUI =
GUI_OPTION = -g
.ENDIF