r9377: made winreg a user tool (I find it quite useful). I expect it to get the ability
[samba.git] / source / script / tests / test_ejs.sh
index 75a47155b7957ad8b6736f54d2e38960d515fbe5..bec130dc869a6e36e4f5659d79130851dc546858 100755 (executable)
@@ -24,3 +24,4 @@ for f in samr.js echo.js ldb.js; do
     testit "$f" $SCRIPTDIR/$f $CONFIGURATION ncalrpc: -U$USERNAME%$PASSWORD || failed=`expr $failed + 1`
 done
 
+testit "winreg" scripting/bin/winreg $CONFIGURATION ncalrpc: 'HKLM' -U$USERNAME%$PASSWORD || failed=`expr $failed + 1`