summaryrefslogtreecommitdiffstats
path: root/test/testswmr.sh
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2013-10-10 13:21:07 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2013-10-10 13:21:07 (GMT)
commitdfd9816c8d5ea707dfb2a19adad3176c7a15c5d2 (patch)
tree2444b8b5f3311512f8ab2df0691ab571ee0ab122 /test/testswmr.sh
parent39fc26566e18ac81c43986ed2013676e2918ded2 (diff)
downloadhdf5-dfd9816c8d5ea707dfb2a19adad3176c7a15c5d2.zip
hdf5-dfd9816c8d5ea707dfb2a19adad3176c7a15c5d2.tar.gz
hdf5-dfd9816c8d5ea707dfb2a19adad3176c7a15c5d2.tar.bz2
[svn-r24279] Merge of r24278 from revise_chunks.
Changes the MD cache so that writing v-1 B-tree nodes under SWMR semantics will fail. Tested on: jam (previously tested on more platforms)
Diffstat (limited to 'test/testswmr.sh')
-rwxr-xr-xtest/testswmr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testswmr.sh b/test/testswmr.sh
index b178af0..794910c 100755
--- a/test/testswmr.sh
+++ b/test/testswmr.sh
@@ -69,7 +69,7 @@ while [ $# -gt 0 ]; do
done
# Loop over index types
-for index_type in "-i b1" "-i ea" "-i b2"
+for index_type in "-i ea" "-i b2"
do
# Try with and without compression
for compress in "" "-c 5"