diff --git a/diktat-rules/src/test/kotlin/org/cqfn/diktat/util/FixTestBase.kt b/diktat-rules/src/test/kotlin/org/cqfn/diktat/util/FixTestBase.kt index c309fda9c2..72c4ff0472 100644 --- a/diktat-rules/src/test/kotlin/org/cqfn/diktat/util/FixTestBase.kt +++ b/diktat-rules/src/test/kotlin/org/cqfn/diktat/util/FixTestBase.kt @@ -77,7 +77,7 @@ open class FixTestBase( private fun getProcessBuilder(expectedPath: String, testPath: String): ProcessBuilder { val saveDir = "src/test/resources/test/smoke/${getSaveForCurrentOs()}" - val filesDir = "src/test/resources/test/smoke/${getSaveForCurrentOs()}" + val filesDir = "src/test/resources/test/smoke" val systemName = System.getProperty("os.name") return when { systemName.startsWith("Linux", ignoreCase = true) || systemName.startsWith("Mac", ignoreCase = true) ->