Avoid that test 73 ovewrites viminfo. (James Vega)
diff --git a/src/testdir/test73.in b/src/testdir/test73.in
index 46b111d..9438076 100644
--- a/src/testdir/test73.in
+++ b/src/testdir/test73.in
@@ -6,7 +6,7 @@
 :" delete the Xfind directory during cleanup
 :"
 :" This will cause a few errors, do it silently.
-:set visualbell
+:set nocp viminfo+=nviminfo visualbell
 :"
 :function! DeleteDirectory(dir)
 : if has("win16") || has("win32") || has("win64")
@@ -18,7 +18,6 @@
 :" On windows a stale "Xfind" directory may exist, remove it so that
 :" we start from a clean state.
 :call DeleteDirectory("Xfind")
-:set nocp
 :new
 :let cwd=getcwd()
 :!mkdir Xfind