Skip to content
Snippets Groups Projects
Commit 4c5a8e70 authored by Julien Leduc's avatar Julien Leduc
Browse files

sending stderr of cta-admin to /dev/null for the client_ar.sh test script.

parent 19c8814b
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ die() {
}
admin_cta() {
KRB5CCNAME=/tmp/${CTAADMIN_USER}/krb5cc_0 cta-admin $@
KRB5CCNAME=/tmp/${CTAADMIN_USER}/krb5cc_0 cta-admin $@ 2>/dev/null
}
admin_klist() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment