summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorAlexander Neumann <alexander@bumpern.de>2015-10-25 21:51:46 +0100
committerAlexander Neumann <alexander@bumpern.de>2015-10-25 21:51:46 +0100
commit7b8e42a763c9ce572c2423b4851e823974f614cb (patch)
tree299602ff5b17270449fcc3eb8cf9718a6a02316a /cmd
parent566fb22bcf815b4dd24b7af28ecd3041f63bc7bb (diff)
Silence rebuild-index tests
Diffstat (limited to 'cmd')
-rw-r--r--cmd/restic/integration_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/restic/integration_test.go b/cmd/restic/integration_test.go
index 24f8e52db..c2d5f7197 100644
--- a/cmd/restic/integration_test.go
+++ b/cmd/restic/integration_test.go
@@ -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))
}