diff --git a/boot/bootdata/bootcdregtest/AHKAppTests.cmd b/boot/bootdata/bootcdregtest/AHKAppTests.cmd
index 6c93dfe21d..d7bf566805 100644
--- a/boot/bootdata/bootcdregtest/AHKAppTests.cmd
+++ b/boot/bootdata/bootcdregtest/AHKAppTests.cmd
@@ -10,6 +10,4 @@ if not defined DRIVE (
 )
 
 xcopy /Y /H /E %DRIVE%:\AHK-Tests\*.* %SystemRoot%\bin
-REM Download Amine's rosautotest from svn
-dwnl http://svn.reactos.org/amine/rosautotest.exe %SystemRoot%\system32\rosautotest.exe
 dbgprint "....AHK Application testing suite added."
diff --git a/modules/AHK_Tests/CMakeLists.txt b/modules/AHK_Tests/CMakeLists.txt
index 6c93dfe21d..d7bf566805 100644
--- a/modules/AHK_Tests/CMakeLists.txt
+++ b/modules/AHK_Tests/CMakeLists.txt
@@ -2,8 +2,6 @@
 foreach(item ${EXTRA_FILES})
     add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/Tests/${item} DESTINATION AHK-Tests NO_CAB NAME_ON_CD ${item} FOR bootcd regtest)
 endforeach(item)
-#removed and fetched from SVN as a temporary mesure
-#add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/AHK-Tests/rosautotest.exe DESTINATION reactos/system32 FOR bootcd regtest)
 
 file(GLOB EXTRA_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}/Apps/ ${CMAKE_CURRENT_SOURCE_DIR}/Apps/*)
 foreach(item ${EXTRA_FILES})
