diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-10-12 20:02:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-10-12 20:02:24 +0000 |
commit | 47136d70fafd8b101965b8d3d4bb72f5fe7dc231 (patch) | |
tree | bc1a155c840da31d5fe81b25e25b72c74b16308f /src/testdir | |
parent | 5c4e21cf4dd92ebbc8681abd7516c86f902024c0 (diff) | |
download | vim-47136d70fafd8b101965b8d3d4bb72f5fe7dc231.zip |
updated for version 7.0019
Diffstat (limited to 'src/testdir')
-rw-r--r-- | src/testdir/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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; \ |