diff options
Diffstat (limited to 'testsuite/ash.tests')
-rwxr-xr-x | testsuite/ash.tests | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/ash.tests b/testsuite/ash.tests index ce585be..183394a 100755 --- a/testsuite/ash.tests +++ b/testsuite/ash.tests @@ -9,6 +9,10 @@ test -f "$bindir/.config" && . "$bindir/.config" +test x"CONFIG_SCRIPT" = x"y" || exit 0 +test x"CONFIG_HEXDUMP" = x"y" || exit 0 +test x"CONFIG_FEATURE_DEVPTS" = x"y" || exit 0 + # testing "test name" "options" "expected result" "file input" "stdin" if test x"$CONFIG_UNICODE_PRESERVE_BROKEN" = x"y"; then |