commit | 47136d70fafd8b101965b8d3d4bb72f5fe7dc231 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 12 20:02:24 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 12 20:02:24 2004 +0000 |
tree | bc1a155c840da31d5fe81b25e25b72c74b16308f | |
parent | 5c4e21cf4dd92ebbc8681abd7516c86f902024c0 [diff] |
updated for version 7.0019
diff --git a/src/testdir/Makefile b/src/testdir/Makefile index 57de3ab..c260eb4 100644 --- a/src/testdir/Makefile +++ b/src/testdir/Makefile
@@ -47,6 +47,8 @@ .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; \