From baa873b8a1ed611ec613cb95bdf9b2bdee76a7d6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 30 Jun 2005 03:59:02 +0000 Subject: r8011: arrgh, commit the right version this time (This used to be commit 5efea40ea63b6951b3bd4362f1ae57f960fefecf) --- source4/lib/ldb/tests/test-tdb-features.sh | 9 ++++----- 1 file 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 <