Skip to content

Commit f9ae796

Browse files
authored
Merge pull request #1595 from duthils/fix-test-env
tests: ignore env var SOPS_AGE_KEY_FILE
2 parents 4ad518f + f1948a3 commit f9ae796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ checkmd: $(MD_FILES)
6767
.PHONY: test
6868
test: vendor
6969
gpg --import pgp/sops_functional_tests_key.asc 2>&1 1>/dev/null || exit 0
70-
LANG=en_US.UTF-8 $(GO) test $(GO_TEST_FLAGS) ./...
70+
unset SOPS_AGE_KEY_FILE; LANG=en_US.UTF-8 $(GO) test $(GO_TEST_FLAGS) ./...
7171

7272
.PHONY: showcoverage
7373
showcoverage: test

0 commit comments

Comments
 (0)