From 47136d70fafd8b101965b8d3d4bb72f5fe7dc231 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 12 Oct 2004 20:02:24 +0000 Subject: updated for version 7.0019 --- src/testdir/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testdir/Makefile') diff --git a/src/testdir/Makefile b/src/testdir/Makefile index 57de3ab23..c260eb45a 100644 --- a/src/testdir/Makefile +++ b/src/testdir/Makefile @@ -47,6 +47,8 @@ test1.out: test1.in .in.out: -rm -f $*.failed test.ok X* cp $*.ok test.ok + # Sleep a moment to avoid that the xterm title is messed up + @-sleep .2 $(VIMPROG) -u unix.vim -U NONE --noplugin -s dotest.in $*.in @/bin/sh -c "if diff test.out $*.ok; \ then mv -f test.out $*.out; \ -- cgit v1.2.3