Fix test errors after commit 8c889a5 (bash completion w/posix) (#1001)

This commit is contained in:
Hector
2021-10-17 05:24:00 -04:00
committed by GitHub
parent f473322276
commit 4bf5b70f8a

View File

@@ -48,5 +48,5 @@ And(~'the "(.*)" variable is not set') { String home ->
And(~'^the home path ends with \"([^\"]*)\"$') { String suffix ->
def path = sdkmanBaseDir.absolutePath + "/" + suffix
assert result.trim().equals(path)
assert result.trim().endsWith(path)
}