summaryrefslogtreecommitdiffstats
path: root/tests/mode.c
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-07-06 15:42:53 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-07-06 15:42:53 (EDT)
commit454e3623852cbc8b2bb70796cd960b8ab5084502 (patch)
treec13c6e9fb05d54201bdb5a95569e8d5552097950 /tests/mode.c
parentd26a91280286131ba4781f4b65158f085e1259ba (diff)
tests: Update to use common code
Diffstat (limited to 'tests/mode.c')
-rw-r--r--tests/mode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mode.c b/tests/mode.c
index 972401d..850209f 100644
--- a/tests/mode.c
+++ b/tests/mode.c
@@ -20,8 +20,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
-#include "../helpers/defs.h"
-#include "../helpers/mode.h"
+#include "defs.h"
+#include "mode.h"
static unsigned int _test_num = 0U;