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 ce585beb1..183394a20 100755 --- a/testsuite/ash.tests +++ b/testsuite/ash.tests | |||
@@ -9,6 +9,10 @@ | |||
9 | 9 | ||
10 | test -f "$bindir/.config" && . "$bindir/.config" | 10 | test -f "$bindir/.config" && . "$bindir/.config" |
11 | 11 | ||
12 | test x"CONFIG_SCRIPT" = x"y" || exit 0 | ||
13 | test x"CONFIG_HEXDUMP" = x"y" || exit 0 | ||
14 | test x"CONFIG_FEATURE_DEVPTS" = x"y" || exit 0 | ||
15 | |||
12 | # testing "test name" "options" "expected result" "file input" "stdin" | 16 | # testing "test name" "options" "expected result" "file input" "stdin" |
13 | 17 | ||
14 | if test x"$CONFIG_UNICODE_PRESERVE_BROKEN" = x"y"; then | 18 | if test x"$CONFIG_UNICODE_PRESERVE_BROKEN" = x"y"; then |