提交 ed79545d 编写于 作者: W weijun

7004721: ktarg.sh fails when there's no default realm

Reviewed-by: xuelei
上级 d8678b4b
...@@ -56,7 +56,7 @@ KEYTAB=ktarg.tmp ...@@ -56,7 +56,7 @@ KEYTAB=ktarg.tmp
rm $KEYTAB 2> /dev/null rm $KEYTAB 2> /dev/null
KTAB="${TESTJAVA}${FS}bin${FS}ktab -k $KEYTAB" KTAB="${TESTJAVA}${FS}bin${FS}ktab -k $KEYTAB"
$KTAB -a me mine || exit 1 $KTAB -a me@LOCAL mine || exit 1
$KTAB -hello $KTAB -hello
if [ $? = 0 ]; then exit 2; fi if [ $? = 0 ]; then exit 2; fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册