diff --git a/tests/units/qttest.cpp b/tests/units/qttest.cpp
index bf90437..3b22222 100644
--- a/tests/units/qttest.cpp
+++ b/tests/units/qttest.cpp
@@ -35,8 +35,8 @@ void QtTest::test() {
     runTestParams({"-bin", bin, "clear" ,
                    "-qmake", qmake}, &comapareTree);
 
-//    // test auto detection of detection qmake from PATH
-//    runTestParams({"-bin", bin, "clear", "noCheckRPATH"}, &comapareTree);
+    // test auto detection of detection qmake from PATH
+    runTestParams({"-bin", bin, "clear", "noCheckRPATH"}, &comapareTree);
 
 //#ifdef Q_OS_UNIX
 //    // test auto detection of detection qmake from RPATH