diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-04-16 04:55:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:50:41 -0500 |
commit | b0cbe9ae4a5768c768d69c68a06e1a41b7d26985 (patch) | |
tree | dc3647d83b2f83dd46a4d0b20295cc82c2f9f907 /source4/script/tests | |
parent | e24cf892883b54a567f294eacbd94a23d7d420e4 (diff) | |
download | samba-b0cbe9ae4a5768c768d69c68a06e1a41b7d26985.tar.gz samba-b0cbe9ae4a5768c768d69c68a06e1a41b7d26985.tar.bz2 samba-b0cbe9ae4a5768c768d69c68a06e1a41b7d26985.zip |
r22235: Test kinit, and PKINIT functionality by means of a new blackbox test.
Andrew Bartlett
(This used to be commit 7f27bfc3568bc09b2b9cb9ba03aae55a03e08f9a)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/tests_all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/tests_all.sh b/source4/script/tests/tests_all.sh index 95968780cd..68ec5ba224 100755 --- a/source4/script/tests/tests_all.sh +++ b/source4/script/tests/tests_all.sh @@ -11,6 +11,6 @@ $SRCDIR/script/tests/test_cifs.sh $SRCDIR/script/tests/test_local.sh $SRCDIR/script/tests/test_pidl.sh - $SRCDIR/script/tests/test_blackbox.sh $PREFIX/blackbox + $SRCDIR/script/tests/test_blackbox.sh $PREFIX $SRCDIR/script/tests/test_simple.sh $SRCDIR/script/tests/test_s3upgrade.sh $PREFIX/upgrade |