summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-12-14 08:25:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:29:17 -0500
commit66afa1003726fe8b4eeb98000581222a5f1f39c5 (patch)
tree03f58ade8517f395c22030514a7c9b76fc065dff /source4/script
parentbdafdec2bbac2b9a63b72c9e26b8d1e98ff6f0b0 (diff)
downloadsamba-66afa1003726fe8b4eeb98000581222a5f1f39c5.tar.gz
samba-66afa1003726fe8b4eeb98000581222a5f1f39c5.tar.bz2
samba-66afa1003726fe8b4eeb98000581222a5f1f39c5.zip
r20167: reenable the ejsnet tests
metze (This used to be commit 1e4289fae4fb71725d9c37ed772eab0ff5853e65)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/test_ejs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_ejs.sh b/source4/script/tests/test_ejs.sh
index 4e1783d1cd..45b5fba528 100755
--- a/source4/script/tests/test_ejs.sh
+++ b/source4/script/tests/test_ejs.sh
@@ -27,7 +27,7 @@ for f in samr.js echo.js; do
testit "$f" $SCRIPTDIR/$f $CONFIGURATION ncalrpc: -U$USERNAME%$PASSWORD || failed=`expr $failed + 1`
done
-#testit "ejsnet.js" $SCRIPTDIR/ejsnet.js $CONFIGURATION -U$USERNAME%$PASSWORD $DOMAIN ejstestuser || failed=`expr $failed + 1`
+testit "ejsnet.js" $SCRIPTDIR/ejsnet.js $CONFIGURATION -U$USERNAME%$PASSWORD $DOMAIN ejstestuser || failed=`expr $failed + 1`
testit "ldb.js" $SCRIPTDIR/ldb.js `pwd` $CONFIGURATION || failed=`expr $failed + 1`