aboutsummaryrefslogtreecommitdiff
path: root/testsuite/ash.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/ash.tests')
-rwxr-xr-xtestsuite/ash.tests4
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 @@
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