Author: rhuijben
Date: Sat Nov 23 13:13:07 2013
New Revision: 1544787

URL: http://svn.apache.org/r1544787
Log:
* buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd
  Fix typo.

Modified:
    subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd

Modified: 
subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd?rev=1544787&r1=1544786&r2=1544787&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd 
(original)
+++ subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd 
Sat Nov 23 13:13:07 2013
@@ -71,7 +71,7 @@ IF EXIST "%TESTDIR%\swig\" (
     rmdir /s /q "%TESTDIR%\swig"
 )
 
-IF EXISTS "%TESTDIR%\tests\" (
+IF EXIST "%TESTDIR%\tests\" (
     PUSHD "%TESTDIR%\tests\"
     rmdir /s /q "%TESTDIR%\tests\" 2> nul:
     POPD


Reply via email to