Skip to content

Commit

Permalink
Rename test config file
Browse files Browse the repository at this point in the history
  • Loading branch information
theandrew168 committed Nov 22, 2021
1 parent f234366 commit c3a3514
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ format:

.PHONY: clean
clean:
rm -fr pg2s3 c.out
rm -fr pg2s3 c.out dist/
6 changes: 3 additions & 3 deletions pg2s3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func TestParseBackupTimestamp(t *testing.T) {
}

func TestBackup(t *testing.T) {
cfg, err := pg2s3.ReadConfig("./testdata/pg2s3_test.conf")
cfg, err := pg2s3.ReadConfig("./testdata/pg2s3.conf")
if err != nil {
t.Fatal(err)
}
Expand Down Expand Up @@ -158,7 +158,7 @@ func TestBackup(t *testing.T) {
}

func TestRestore(t *testing.T) {
cfg, err := pg2s3.ReadConfig("./testdata/pg2s3_test.conf")
cfg, err := pg2s3.ReadConfig("./testdata/pg2s3.conf")
if err != nil {
t.Fatal(err)
}
Expand Down Expand Up @@ -203,7 +203,7 @@ func TestRestore(t *testing.T) {
}

func TestPrune(t *testing.T) {
cfg, err := pg2s3.ReadConfig("./testdata/pg2s3_test.conf")
cfg, err := pg2s3.ReadConfig("./testdata/pg2s3.conf")
if err != nil {
t.Fatal(err)
}
Expand Down
File renamed without changes.

0 comments on commit c3a3514

Please sign in to comment.