aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kadm5/unit-test/config/unix.exp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/kadm5/unit-test/config/unix.exp')
-rw-r--r--src/lib/kadm5/unit-test/config/unix.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/kadm5/unit-test/config/unix.exp b/src/lib/kadm5/unit-test/config/unix.exp
index 0bbd72d..996e2b0 100644
--- a/src/lib/kadm5/unit-test/config/unix.exp
+++ b/src/lib/kadm5/unit-test/config/unix.exp
@@ -157,7 +157,7 @@ proc api_start {} {
eof { perror "EOF setting API varibles"}
timeout { perror "timeout setting API varibles"}
}
- send "set current_api_version \[expr \$KADM5_API_VERSION_2 &~ \$KADM5_API_VERSION_MASK\]\n"
+ send "set current_api_version \[expr \$KADM5_API_VERSION_3 &~ \$KADM5_API_VERSION_MASK\]\n"
expect {
-re "$prompt$" {}
eof { perror "EOF setting API varibles"}