summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-06-22 19:57:22 +0400
committerJelmer Vernooij <jelmer@samba.org>2010-06-25 11:33:26 +0200
commit3fc9675e93c3bfb3381b06bce3d2b130952e9026 (patch)
tree98c7ccea50a48b48f8cc00aaba67b9f7171f3ae9 /source4/lib/ldb
parent7703b89ae57d76a3246db7489c77c9de848ea832 (diff)
downloadsamba-3fc9675e93c3bfb3381b06bce3d2b130952e9026.tar.gz
samba-3fc9675e93c3bfb3381b06bce3d2b130952e9026.tar.bz2
samba-3fc9675e93c3bfb3381b06bce3d2b130952e9026.zip
ldb: Fix a wrong changetype in unit test
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'source4/lib/ldb')
-rwxr-xr-xsource4/lib/ldb/tests/test-controls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tests/test-controls.sh b/source4/lib/ldb/tests/test-controls.sh
index c78acbf471..868e8c2377 100755
--- a/source4/lib/ldb/tests/test-controls.sh
+++ b/source4/lib/ldb/tests/test-controls.sh
@@ -37,7 +37,7 @@ EOF
cat <<EOF | $VALGRIND ldbmodify --controls "relax:0" && exit 1
dn: dc=bar
-changetype: replace
+changetype: modify
replace someThing
someThing: someThingElseBetter
EOF