d1bbc5a70f44a3220e7ebc71598b042c79ddcbae
[platform/upstream/coreutils.git] / tests / expensive
1 if test "$RUN_EXPENSIVE_TESTS" != yes; then
2   cat <<EOF >&2
3 $0: This test is relatively expensive, so it is disabled by default.
4 To run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS
5 environment variable set to yes.  E.g.,
6
7   env RUN_EXPENSIVE_TESTS=yes make check
8
9 EOF
10   (exit 77); exit 77
11 fi