]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Stop using local in the test suite for portability to Solaris /bin/sh
authorRuss Allbery <rra@stanford.edu>
Fri, 11 May 2012 21:40:38 +0000 (14:40 -0700)
committerRuss Allbery <rra@stanford.edu>
Fri, 11 May 2012 21:40:38 +0000 (14:40 -0700)
NEWS
tests/heimdal/external-t
tests/heimdal/plugin-t
tests/mit/plugin-t

diff --git a/NEWS b/NEWS
index 94f89eee788f3667deecf8150cb911fb725a9eb0..27125aa8b0bd2a1e55cd74b7044736498195dff0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,8 @@ krb5-strength 1.1 (unreleased)
     with a different native integer size.  Thanks, Karl Lehnberger and
     Benj Carson.
 
+    Stop using local in the test suite for portability to Solaris /bin/sh.
+
     Update to rra-c-util 4.4:
 
     * Use PATH_KRB5_CONFIG to override krb5-config location.
index fb5026084c1cfb0f2e404916aa31519e5308fc8f..c4b7ef41f05b0e22045c44b45fabe079cf151a3e 100755 (executable)
@@ -15,7 +15,6 @@ cd "$BUILD/data"
 # the principal, the password, the expected exit status, the expected output
 # to standard output, and the expected output to standard error.
 ok_password () {
-    local desc princ password w_status w_stdout w_stderr status stdout stderr
     desc="$1"
     princ="$2"
     password="$3"
index e92da549bf54b53083cb4e8d294f810bea20d393..7a0984d4e2a2e1fa2f90ca9c438de36fa9bb3810 100755 (executable)
@@ -15,7 +15,6 @@ cd "$BUILD/data"
 # the principal, the password, the expected exit status, and the expected
 # output to standard error.
 ok_password () {
-    local desc princ password w_status w_stderr status stderr
     desc="$1"
     princ="$2"
     password="$3"
index 201b5c74a3a6c7154cefa01ab927d20cd4dac218..4ccd8503d74a6e2babfdce3cf64379033ff8bdf4 100755 (executable)
@@ -15,7 +15,6 @@ cd "$BUILD/data"
 # the principal, the password, the expected exit status, and the expected
 # output to standard error.
 ok_password () {
-    local desc princ password w_status w_stderr status stderr
     desc="$1"
     princ="$2"
     password="$3"