Commit c6292a26 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Stop missing directory error messages on Win32.

parent 1d7cec10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ sub test_dir
		print OUT <<END;

echo $tdir tests
rd /s /q $rsp
if exist $rsp rd /s /q $rsp
md $rsp
END
		}