summary refs log tree commit diff
path: root/bin/cash/test.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-10 19:47:32 -0500
committerJune McEnroe <june@causal.agency>2019-01-10 19:47:32 -0500
commit43e3a3bd9bd95c2d6cd23e4a0a6039bc87befbe1 (patch)
tree020a98949b560c9579fd710fec649a412f053344 /bin/cash/test.c
parentImport /usr/src/usr.bin/printf/printf.c from FreeBSD 12.0-RELEASE (diff)
downloadsrc-43e3a3bd9bd95c2d6cd23e4a0a6039bc87befbe1.tar.gz
src-43e3a3bd9bd95c2d6cd23e4a0a6039bc87befbe1.zip
Move bltin out of subdirectory
Diffstat (limited to '')
-rw-r--r--bin/cash/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cash/test.c b/bin/cash/test.c
index 29572b43..e51391c2 100644
--- a/bin/cash/test.c
+++ b/bin/cash/test.c
@@ -33,7 +33,7 @@ __FBSDID("$FreeBSD: releng/12.0/bin/test/test.c 298232 2016-04-19 00:38:07Z arau
 
 #ifdef SHELL
 #define main testcmd
-#include "bltin/bltin.h"
+#include "bltin.h"
 #else
 #include <locale.h>