]> eyrie.org Git - kerberos/krb5-strength.git/blobdiff - tests/tools/wordlist-cdb-t
Declare fast forward from 3.1-2
[kerberos/krb5-strength.git] / tests / tools / wordlist-cdb-t
index 32a69992dd4c548aff02022053158556724ec97e..9c98a2a9f2302c056249202060988c4796226dd4 100755 (executable)
@@ -3,10 +3,10 @@
 # Test suite for the CDB handling in the krb5-strength-wordlist utility.
 #
 # Written by Russ Allbery <eagle@eyrie.org>
-# Copyright 20132014
+# Copyright 2013-2014
 #     The Board of Trustees of the Leland Stanford Junior University
 #
-# See LICENSE for licensing terms.
+# SPDX-License-Identifier: MIT
 
 . "$SOURCE/tap/libtap.sh"
 cd "$BUILD"
@@ -87,4 +87,4 @@ ok_program 'Database does not contain password' 100 '' \
 # Clean up.
 rm -f "$tmpdir/wordlist.cdb"
 rm -f "$tmpdir/wordlist"
-rmdir "$tmpdir" 2>/dev/null
+rmdir "$tmpdir" 2>/dev/null || true