tests fixes
[tedtools.git] / tests / btree
index cd954f1..0e77ca6 100644 (file)
@@ -1,4 +1,4 @@
-SORTOPT="-k 2,3"
+SORTOPT="-k2 -k3"
 BTREEOPT=
 for NUMERIC in n y
 do 
@@ -7,7 +7,7 @@ do
        do
                [ -f temp/BTREE ] && rm -rf temp/BTREE
                echo "$DATACAT | ./tbtreetest -c 10 -f temp/BTREE -b -S $STRATEGY $BTREEOPT"
-               $DATACAT | ./tbtreetest -c 10 -f temp/BTREE -b -S $STRATEGY $BTREEOPT || exit 1
+               $DATACAT | ./tbtreetest -c 10 -f temp/BTREE -b -S $STRATEGY $BTREEOPT -V || exit 1
                echo -n Size temp/BTREE:
                ./tbtreetest -c 10 -f temp/BTREE -S $STRATEGY $BTREEOPT -L || exit 1
                ./tbtreetest -c 10 -f temp/BTREE -S $STRATEGY $BTREEOPT -s 542 || exit 1 
@@ -15,7 +15,7 @@ do
                ./tbtreetest -c 10 -f temp/BTREE -S $STRATEGY $BTREEOPT -s 542 || exit 1 
                DATACAT="sort $SORTOPT data/btree.data"
        done
-       SORTOPT="-n -k 2,3"
+       SORTOPT="-k2n -k3"
        BTREEOPT="-k"
 done