summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/gdbmtool/base.exp2
-rw-r--r--tests/gdbmtool00.at2
-rw-r--r--tests/gdbmtool01.at2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/gdbmtool/base.exp b/tests/gdbmtool/base.exp
index 6a831ac..84128d2 100644
--- a/tests/gdbmtool/base.exp
+++ b/tests/gdbmtool/base.exp
@@ -1,6 +1,6 @@
gdbmtool_start
gdbmtool_test "status" \
- "No database name" \
+ "Database file: junk.gdbm" \
"Database is not open" \
"define key string" \
"define content string"
diff --git a/tests/gdbmtool00.at b/tests/gdbmtool00.at
index 77c8f15..19b1bfc 100644
--- a/tests/gdbmtool00.at
+++ b/tests/gdbmtool00.at
@@ -28,7 +28,7 @@ quit
gdbmtool -f input | sed 's/^GDBM version.*/GDBM version/'
],
[0],
-[No database name
+[Database file: junk.gdbm
Database is not open
define key string
define content string
diff --git a/tests/gdbmtool01.at b/tests/gdbmtool01.at
index 4700b7d..8668b3e 100644
--- a/tests/gdbmtool01.at
+++ b/tests/gdbmtool01.at
@@ -28,7 +28,7 @@ quit
gdbmtool < input | sed 's/^GDBM version.*/GDBM version/'
],
[0],
-[No database name
+[Database file: junk.gdbm
Database is not open
define key string
define content string