mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
integration_test: Replace fprintf without format string
This commit is contained in:
parent
068a3ce23f
commit
b22655367c
@ -449,7 +449,7 @@ func TestBackupExclude(t *testing.T) {
|
||||
f, err := os.Create(fp)
|
||||
rtest.OK(t, err)
|
||||
|
||||
fmt.Fprintf(f, filename)
|
||||
fmt.Fprint(f, filename)
|
||||
rtest.OK(t, f.Close())
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user