mirror of
https://github.com/restic/restic.git
synced 2025-08-12 15:07:53 +00:00
integration_test: Replace fprintf without format string
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user