mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
Remove unused file for tests
This commit is contained in:
parent
0cfb558f0b
commit
fc58acbd7e
@ -1,14 +0,0 @@
|
||||
package command
|
||||
|
||||
import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/mitchellh/cli"
|
||||
)
|
||||
|
||||
func assertNoTabs(tb testing.TB, c cli.Command) {
|
||||
if strings.ContainsRune(c.Help(), '\t') {
|
||||
tb.Errorf("%#v help output contains tabs", c)
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user