From a6251e52ca4054cf41678c1e8a0ba29a9c7441cb Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 23 Apr 2014 04:28:06 +0200 Subject: tests: remove random_seed on clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3-59-g8ed1b