[[PATCH] 2/2] Fix one of the places where "make distcheck" fails: In case of success ocpasswd-test should not leave the last test output lying around

Joerg Mayer jmayer at loplof.de
Fri Feb 13 02:16:12 PST 2015


Signed-off-by: Joerg Mayer <jmayer at loplof.de>
---
:100755 100755 b6c49ea... 2007a98... M	tests/ocpasswd-test
 tests/ocpasswd-test | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/ocpasswd-test b/tests/ocpasswd-test
index b6c49ea..2007a98 100755
--- a/tests/ocpasswd-test
+++ b/tests/ocpasswd-test
@@ -64,4 +64,6 @@ if test $? = 0;then
 	exit 1
 fi
 
+rm -f passwd.out
+
 exit 0
-- 
2.1.4




More information about the openconnect-devel mailing list