master
guoxudong 2020-11-19 14:04:07 +08:00 committed by chenrui
parent d09fb6df02
commit e682a03387
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ class Kubecm < Formula
end
test do
assert_match "KubeConfig Manager:", shell_output("#{bin}/kubecm -h 2>&1")
assert_match "\nKubeConfig Manager\n", shell_output("#{bin}/kubecm -h 2>&1")
end
end