summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-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