diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-03-10 18:03:07 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-03-10 18:03:07 +0300 |
| commit | 1e4d86595be2b5595f343437f8bb74ea60af22f3 (patch) | |
| tree | 362630d6d219e16f98ff0496f10bc4b243436c09 | |
| parent | 7b042245618548f54e267e599720ae1118e524b0 (diff) | |
| download | Project-Tick-1e4d86595be2b5595f343437f8bb74ea60af22f3.tar.gz Project-Tick-1e4d86595be2b5595f343437f8bb74ea60af22f3.zip | |
sh: fix bltin modules
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
| -rw-r--r-- | GNUmakefile | 4 | ||||
| -rw-r--r-- | tests/linux/verify-unsupported.2 | 1 | ||||
| -rw-r--r-- | tests/linux/verify-unsupported.2.stderr | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile index 871b18c5ef..a72eb1d61e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -61,8 +61,8 @@ LOCAL_SRCS := \ termcap.c \ trap.c \ var.c -BUILTIN_SRCS := bltin/echo.c -EXTERNAL_SRCS := $(KILLDIR)/kill.c $(TESTDIR)/test.c $(PRINTFDIR)/printf.c +BUILTIN_SRCS := bltin/echo.c testcmd.c +EXTERNAL_SRCS := $(KILLDIR)/kill.c $(PRINTFDIR)/printf.c GEN_SRCS := $(GENDIR)/builtins.c $(GENDIR)/nodes.c $(GENDIR)/syntax.c GEN_HDRS := $(GENDIR)/builtins.h $(GENDIR)/nodes.h $(GENDIR)/syntax.h $(GENDIR)/token.h LIBEDIT_SRCS := \ diff --git a/tests/linux/verify-unsupported.2 b/tests/linux/verify-unsupported.2 deleted file mode 100644 index f83177fda1..0000000000 --- a/tests/linux/verify-unsupported.2 +++ /dev/null @@ -1 +0,0 @@ -set -o verify diff --git a/tests/linux/verify-unsupported.2.stderr b/tests/linux/verify-unsupported.2.stderr deleted file mode 100644 index 6f92055e4f..0000000000 --- a/tests/linux/verify-unsupported.2.stderr +++ /dev/null @@ -1 +0,0 @@ -set: verify shell option is not supported on Linux |
