mirror of https://github.com/restic/restic.git
Silence rebuild-index tests
This commit is contained in:
parent
566fb22bcf
commit
7b8e42a763
|
@ -99,6 +99,7 @@ func cmdCheckOutput(t testing.TB, global GlobalOptions) string {
|
|||
}
|
||||
|
||||
func cmdRebuildIndex(t testing.TB, global GlobalOptions) {
|
||||
global.stdout = ioutil.Discard
|
||||
cmd := &CmdRebuildIndex{global: &global}
|
||||
OK(t, cmd.Execute(nil))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue