Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit b1739bf

Browse files
committed
test: Fix path dir to terrafile
1 parent be4289f commit b1739bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func TestTerraformWithTerrafilePath(t *testing.T) {
2626
folder, back := setup(t)
2727
defer back()
2828

29-
testcli.Run(terrafileBinaryPath, "-f", fmt.Sprint(folder, "/terrafile"))
29+
testcli.Run(terrafileBinaryPath, "-f", fmt.Sprint(folder, "/Terrafile"))
3030

3131
if !testcli.Success() {
3232
t.Fatalf("Expected to succeed, but failed: %q with message: %q", testcli.Error(), testcli.Stderr())

0 commit comments

Comments
 (0)