diff options
Diffstat (limited to 'testprogs/blackbox')
-rwxr-xr-x | testprogs/blackbox/test_kinit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/blackbox/test_kinit.sh b/testprogs/blackbox/test_kinit.sh index f7453c80aa..be5037b9f2 100755 --- a/testprogs/blackbox/test_kinit.sh +++ b/testprogs/blackbox/test_kinit.sh @@ -145,7 +145,7 @@ echo $NEWUSERPASS > ./tmpuserpassfile cat > ./tmpkpasswdscript <<EOF expect New password send ${NEWUSERPASS}\n -expect New password +expect Verify password send ${NEWUSERPASS}\n expect Success EOF |