svn commit: samba r19589 - in branches/SAMBA_4_0/source/script/tests: .

abartlet at samba.org abartlet at samba.org
Mon Nov 6 23:17:49 GMT 2006


Author: abartlet
Date: 2006-11-06 23:17:48 +0000 (Mon, 06 Nov 2006)
New Revision: 19589

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19589

Log:
Because we what we really wanted was coverage of seal and non-seal,
rather than validate or not, change $VALIDATE to bigendian in the
session_key test.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/script/tests/test_session_key.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_session_key.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_session_key.sh	2006-11-06 22:54:49 UTC (rev 19588)
+++ branches/SAMBA_4_0/source/script/tests/test_session_key.sh	2006-11-06 23:17:48 UTC (rev 19589)
@@ -19,7 +19,7 @@
 
 failed=0
 transport="ncacn_np"
-for bindoptions in $VALIDATE seal; do
+for bindoptions in bigendian seal; do
  for keyexchange in "yes" "no"; do
  for ntlm2 in "yes" "no"; do
  for lm_key in "yes" "no"; do



More information about the samba-cvs mailing list