aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-04-23 04:28:06 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-04-23 04:28:06 +0200
commita6251e52ca4054cf41678c1e8a0ba29a9c7441cb (patch)
tree7a41c0b7b52d7d89b899c451bb04603277907587 /Makefile
parentAdd git ignore files. (diff)
downloadpassword-store-a6251e52ca4054cf41678c1e8a0ba29a9c7441cb.tar.xz
password-store-a6251e52ca4054cf41678c1e8a0ba29a9c7441cb.zip
tests: remove random_seed on clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5394b37..2cba742 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,6 @@ $(TESTS):
@cd $$(dirname "$@") && ./$$(basename "$@") $(PASS_TEST_OPTS)
clean:
- $(RM) -rf tests/test-results/ tests/trash\ directory.*/
+ $(RM) -rf tests/test-results/ tests/trash\ directory.*/ tests/gnupg/random_seed
.PHONY: install uninstall install-common test clean $(TESTS)