diff options
author | Philip Rinn <rinni@inventati.org> | 2018-03-03 23:05:17 +0100 |
---|---|---|
committer | Tad Fisher <tadfisher@gmail.com> | 2018-03-03 14:05:16 -0800 |
commit | c6da46e99c679eaad18772ce2693811e918ae57b (patch) | |
tree | 7ab92dad8be2f7db3d12f78131cfbb02b70b9386 /test | |
parent | 7f4bb36cca213805b7847e5f21f73ad904b93d88 (diff) | |
download | pass-otp-c6da46e99c679eaad18772ce2693811e918ae57b.tar.gz pass-otp-c6da46e99c679eaad18772ce2693811e918ae57b.zip |
Remove gnupg/random_seed on clean (#52)
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 39f1df2..45882e7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -47,6 +47,7 @@ clean-except-prove-cache: clean: clean-except-prove-cache $(RM) .prove + $(RM) gnupg/random_seed aggregate-results-and-cleanup: $(T) $(MAKE) aggregate-results |