From ead4316693d71b65c2475c3e538d4a4e33d38b12 Mon Sep 17 00:00:00 2001 From: "tlimoncelli@stackexchange.com" Date: Tue, 14 Oct 2014 15:10:05 +0000 Subject: [PATCH] More makefile cleanups --- Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 9742e09..deba1d7 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,7 @@ unlock: test: echo "You don't want to run this." exit 1 - pkill gpg-agent ; rm -rf /tmp/tmp.* ; \ - export PATH=/home/tlimoncelli/gitwork/blackbox/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin ; \ - cd ~/gitwork/blackbox ; \ - tools/confidence_test.sh ; \ - if [[ -e ~/.gnupg ]]; then echo ERROR: '~/.gnupg' should not exist ; false ; fi + pkill gpg-agent ; rm -rf /tmp/tmp.* + export PATH=~/gitwork/blackbox/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin ; \ + cd ~/gitwork/blackbox && tools/confidence_test.sh + @if [[ -e ~/.gnupg ]]; then echo ERROR: '~/.gnupg' should not exist. If it does, this means test test suite may be poluting your actual .gnupg configuration. ; false ; fi