diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-03 18:38:20 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-03 18:38:20 +0300 |
| commit | 2a3a110dac53b271caf9aa97776cf95efecc83bc (patch) | |
| tree | 06a0069c02b8d2363afc3a6100685ad72f081fc1 /corebinutils/sh/testcmd.c | |
| parent | bd279f51f566fb21ed58748b4d903ca796221dc8 (diff) | |
| download | Project-Tick-2a3a110dac53b271caf9aa97776cf95efecc83bc.tar.gz Project-Tick-2a3a110dac53b271caf9aa97776cf95efecc83bc.zip | |
NOISSUE add some contrib files and fixes sh
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'corebinutils/sh/testcmd.c')
| -rw-r--r-- | corebinutils/sh/testcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corebinutils/sh/testcmd.c b/corebinutils/sh/testcmd.c index d82d3c9e45..b8b8e7a4ee 100644 --- a/corebinutils/sh/testcmd.c +++ b/corebinutils/sh/testcmd.c @@ -21,7 +21,7 @@ testcmd_exit(int status) #define exit testcmd_exit #define main testcmd_main -#include "../../bin/test/test.c" +#include "../test/test.c" #undef main #undef exit |
