Imported Upstream version 0.66.1
[hcoop/debian/courier-authlib.git] / libs / bdbobj / testsuite
1 #!/bin/sh
2
3 rm -f testbdb.dat
4
5 ./testbdb testbdb.dat foo bar
6 ./testbdb testbdb.dat foo baz
7 ./testbdb testbdb.dat bar foo
8 ./testbdb testbdb.dat foo
9 ./testbdb testbdb.dat bar
10 ./testbdb testbdb.dat
11 ./testbdb testbdb.dat -foo
12 ./testbdb testbdb.dat
13
14 rm -f testbdb.dat