diff --git a/ClashX/General/ClashProcess.swift b/ClashX/General/ClashProcess.swift index 79928f7..1dd64b7 100644 --- a/ClashX/General/ClashProcess.swift +++ b/ClashX/General/ClashProcess.swift @@ -450,10 +450,10 @@ class ClashProcess: NSObject { } if re.hasPrefix("configuration file"), - re.hasSuffix("verify is successful") { + re.hasSuffix("test is successful") { return nil } else if re.hasPrefix("configuration file"), - re.hasSuffix("verify failed") { + re.hasSuffix("test failed") { return results.count > 1 ? results[results.count - 2] : "Test failed, unknown result."