forked from TrueCloudLab/restic
fix linter warnings
This commit is contained in:
parent
8e913e6d3a
commit
9747cef338
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ func TestBackupNonExistingFile(t *testing.T) {
|
||||||
|
|
||||||
testSetupBackupData(t, env)
|
testSetupBackupData(t, env)
|
||||||
|
|
||||||
withRestoreGlobalOptions(func() error {
|
_ = withRestoreGlobalOptions(func() error {
|
||||||
globalOptions.stderr = io.Discard
|
globalOptions.stderr = io.Discard
|
||||||
|
|
||||||
p := filepath.Join(env.testdata, "0", "0", "9")
|
p := filepath.Join(env.testdata, "0", "0", "9")
|
||||||
|
|
Loading…
Reference in a new issue