2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-21 10:12:22 +00:00

fix linter warnings

This commit is contained in:
Michael Eischer 2023-05-08 19:46:49 +02:00
parent 8e913e6d3a
commit 9747cef338

View File

@ -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")