summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-30 03:59:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:58 -0500
commitbaa873b8a1ed611ec613cb95bdf9b2bdee76a7d6 (patch)
tree9fa37eec09106f6c18b403e32c4bcbf7b27da039
parent34c57c5629211e55f84a33778e7c27a19ed04d7b (diff)
downloadsamba-baa873b8a1ed611ec613cb95bdf9b2bdee76a7d6.tar.gz
samba-baa873b8a1ed611ec613cb95bdf9b2bdee76a7d6.tar.bz2
samba-baa873b8a1ed611ec613cb95bdf9b2bdee76a7d6.zip
r8011: arrgh, commit the right version this time
(This used to be commit 5efea40ea63b6951b3bd4362f1ae57f960fefecf)
-rw-r--r--source4/lib/ldb/tests/test-tdb-features.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/source4/lib/ldb/tests/test-tdb-features.sh b/source4/lib/ldb/tests/test-tdb-features.sh
index 3a7c50eae7..80da8fc2ad 100644
--- a/source4/lib/ldb/tests/test-tdb-features.sh
+++ b/source4/lib/ldb/tests/test-tdb-features.sh
@@ -81,18 +81,17 @@ changetype: modify
add: j
j: 0x100
EOF
-checkcount 1 '(i=0x100)'
-checkcount 0 '(i=256)'
+checkcount 1 '(j=0x100)'
+checkcount 0 '(j=256)'
echo "Adding wildcard attribute"
-echo "marking i as INTEGER"
cat <<EOF | bin/ldbmodify || exit 1
dn: @ATTRIBUTES
changetype: modify
add: *
*: INTEGER
EOF
-checkcount 1 '(i=0x100)'
-checkcount 1 '(i=256)'
+checkcount 1 '(j=0x100)'
+checkcount 1 '(j=256)'
rm -f $LDB_URL