aboutsummaryrefslogtreecommitdiff
path: root/tests/gtfetch.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-02 20:33:25 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-02 20:33:25 +0000
commit01ffbc46d8d357ba11088d8a2c3a38df856a078d (patch)
tree3b18fe5b10cfd98e42b9bedfacf10ae79cac0029 /tests/gtfetch.c
parent8330c0e65abad8a0ebb6430d2c2de3e534c83a11 (diff)
downloadgdbm-01ffbc46d8d357ba11088d8a2c3a38df856a078d.tar.gz
gdbm-01ffbc46d8d357ba11088d8a2c3a38df856a078d.tar.bz2
Add delete tests.
Diffstat (limited to 'tests/gtfetch.c')
-rw-r--r--tests/gtfetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtfetch.c b/tests/gtfetch.c
index a50b83e..e7ff542 100644
--- a/tests/gtfetch.c
+++ b/tests/gtfetch.c
@@ -104,7 +104,7 @@ main (int argc, char **argv)
dbf = gdbm_open (dbname, 0, GDBM_READER|flags, 00664, NULL);
if (!dbf)
{
- fprintf (stderr, "gdbm_open failed: %s", gdbm_strerror (gdbm_errno));
+ fprintf (stderr, "gdbm_open failed: %s\n", gdbm_strerror (gdbm_errno));
exit (1);
}

Return to:

Send suggestions and report system problems to the System administrator.