1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-11 00:23:51 +03:00

r9377: made winreg a user tool (I find it quite useful). I expect it to get the ability

to add/remove keys and values in the future.

add it to the standard tests, ensuring that we know if winreg
breaks. This is particularly important as winreg uses such unusual IDL
constructs
This commit is contained in:
Andrew Tridgell
2005-08-18 05:09:26 +00:00
committed by Gerald (Jerry) Carter
parent 57e6bd6139
commit e4ca36bda3
2 changed files with 76 additions and 0 deletions

View File

@@ -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`