aboutsummaryrefslogtreecommitdiff
path: root/test/test.c
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-03-29 15:30:57 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-03-29 16:06:29 -0700
commit59e58de40c50ac05e24f5dc2d3267890974cde04 (patch)
tree560212f2ea2b7622df1bb6da1fa4a4ad328f82dc /test/test.c
parent92e2863fb7ff857e424329508d32225eb9b3b3e9 (diff)
Added basic unit tests.
Fixes issue #33.
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index 5d5750d..2b38bb2 100644
--- a/test/test.c
+++ b/test/test.c
@@ -993,7 +993,7 @@ static int do_test_open_acc(int flags, const char *flags_str, int mode, int err)
int res;
int fd;
- start_test("open_acc(%s) mode: 0%03o error: '%s'", flags_str, mode,
+ start_test("open_acc(%s) mode: 0%03o message: '%s'", flags_str, mode,
strerror(err));
unlink(testfile);
res = create_file(testfile, data, datalen);