summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource4/script/tests/test_session_key.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_session_key.sh b/source4/script/tests/test_session_key.sh
index fbb8843e16..cc9a5b1cf6 100755
--- a/source4/script/tests/test_session_key.sh
+++ b/source4/script/tests/test_session_key.sh
@@ -19,7 +19,7 @@ incdir=`dirname $0`
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