password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit a6251e52ca4054cf41678c1e8a0ba29a9c7441cb
parent f838b75f4746a4301d9992bb7ef6663608607111
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Wed, 23 Apr 2014 04:28:06 +0200

tests: remove random_seed on clean

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)