diff options
author | Jilles Tjoelker <jilles@FreeBSD.org> | 2014-05-10 19:06:36 +0000 |
---|---|---|
committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2014-05-10 19:06:36 +0000 |
commit | 8207fd5f81ddd3d649eb5fb99e5dfa02a14d22ab (patch) | |
tree | a22ea7ea695d118511036a6b874c2fd6dc91e80d | |
parent | 9b6224b70f404bd85fe19cd23a231562250f36d0 (diff) |
Notes
-rw-r--r-- | bin/sh/tests/builtins/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/sh/tests/builtins/Makefile b/bin/sh/tests/builtins/Makefile index c0b21dc6072d..054a3b8fde7c 100644 --- a/bin/sh/tests/builtins/Makefile +++ b/bin/sh/tests/builtins/Makefile @@ -83,6 +83,8 @@ FILES+= getopts2.0 getopts2.0.stdout FILES+= getopts3.0 FILES+= getopts4.0 FILES+= getopts5.0 +FILES+= getopts6.0 +FILES+= getopts7.0 FILES+= hash1.0 hash1.0.stdout FILES+= hash2.0 hash2.0.stdout FILES+= hash3.0 hash3.0.stdout |