aboutsummaryrefslogtreecommitdiffstats
path: root/tests/init_shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/init_shutdown.c')
-rw-r--r--tests/init_shutdown.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/init_shutdown.c b/tests/init_shutdown.c
index 90bde1e3..03e888fd 100644
--- a/tests/init_shutdown.c
+++ b/tests/init_shutdown.c
@@ -19,8 +19,6 @@
#include "io_mock.h"
#include "programmer.h"
-#define NOT_NULL ((void *)0xf000baaa)
-
static void run_lifecycle(void **state, const struct programmer_entry *prog, const char *param)
{
(void) state; /* unused */
@@ -100,7 +98,7 @@ FILE *linux_mtd_fopen(void *state, const char *pathname, const char *mode)
io_state->fopen_path = strdup(pathname);
- return NOT_NULL;
+ return not_null();
}
size_t linux_mtd_fread(void *state, void *buf, size_t size, size_t len, FILE *fp)