]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Fix typo in the wordlist-sqlite-t test
authorRuss Allbery <eagle@eyrie.org>
Tue, 25 Mar 2014 22:28:17 +0000 (15:28 -0700)
committerRuss Allbery <eagle@eyrie.org>
Tue, 25 Mar 2014 22:28:17 +0000 (15:28 -0700)
tests/tools/wordlist-sqlite-t

index 1666e44db76eb3ac4819a83bd2a51d165ebe8150..73c1719b176643c05580f8b87fb97fc65b86d23c 100755 (executable)
@@ -45,7 +45,7 @@ sub run_wordlist {
 
     # Ensure the output file does not exist.
     if (-f $output) {
-        unlnk($output) or BAIL_OUT("cannot delete $output: $!");
+        unlink($output) or BAIL_OUT("cannot delete $output: $!");
     }
 
     # Run the program, capturing its output and status.