diff --git a/test/sun/security/krb5/tools/ktarg.sh b/test/sun/security/krb5/tools/ktarg.sh index ed78b5807ce34cfa26f57e2f476f4d847831aa04..4f84e2469aa7e6b59b098dac7c8374bbceff96f1 100644 --- a/test/sun/security/krb5/tools/ktarg.sh +++ b/test/sun/security/krb5/tools/ktarg.sh @@ -56,7 +56,7 @@ KEYTAB=ktarg.tmp rm $KEYTAB 2> /dev/null KTAB="${TESTJAVA}${FS}bin${FS}ktab -k $KEYTAB" -$KTAB -a me mine || exit 1 +$KTAB -a me@LOCAL mine || exit 1 $KTAB -hello if [ $? = 0 ]; then exit 2; fi