summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource4/selftest/tests.py2
-rwxr-xr-xtestprogs/blackbox/test_pkinit_simple.sh (renamed from testprogs/blackbox/test_pkinit_heimdal.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 42c13b601a9..b251b56ab3a 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -557,7 +557,7 @@ plantestsuite("samba4.blackbox.test_old_enctypes", "fl2003dc:local", [os.path.jo
if have_heimdal_support:
plantestsuite("samba4.blackbox.pkinit",
"ad_dc:local",
- [os.path.join(bbdir, "test_pkinit_heimdal.sh"),
+ [os.path.join(bbdir, "test_pkinit_simple.sh"),
'$SERVER',
'pkinit',
'$PASSWORD',
diff --git a/testprogs/blackbox/test_pkinit_heimdal.sh b/testprogs/blackbox/test_pkinit_simple.sh
index 08ebc7497c4..209a0f08acd 100755
--- a/testprogs/blackbox/test_pkinit_heimdal.sh
+++ b/testprogs/blackbox/test_pkinit_simple.sh
@@ -5,7 +5,7 @@
if [ $# -lt 5 ]; then
cat <<EOF
-Usage: test_kinit.sh SERVER USERNAME PASSWORD REALM DOMAIN PREFIX ENCTYPE SMBCLINET
+Usage: test_pkinit_simple.sh SERVER USERNAME PASSWORD REALM DOMAIN PREFIX ENCTYPE SMBCLINET
EOF
exit 1;
fi