summaryrefslogtreecommitdiff
path: root/tests/gdbmtool/base.exp
blob: 84128d24e947be5a8ce8b2a38ac35197f5277fc9 (plain)
1
2
3
4
5
6
7
8
9
gdbmtool_start
gdbmtool_test "status" \
    "Database file: junk.gdbm" \
    "Database is not open" \
    "define key string" \
    "define content string"
gdbmtool_test "version" \
    -re "^GDBM version .*"
gdbmtool_stop