From 8c4ae2fd48f2d20f4aec28ddf75b3f847b5d9add Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 12 Aug 2016 10:06:59 +0200 Subject: [PATCH] tests: mark build-in paths test as optional The test makes sense only if you know what are you doing (see #ifdef(s) in the include/pathnames.h. Signed-off-by: Karel Zak --- tests/ts/paths/built-in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/ts/paths/built-in b/tests/ts/paths/built-in index f866514c7f..bf55c10139 100755 --- a/tests/ts/paths/built-in +++ b/tests/ts/paths/built-in @@ -18,9 +18,14 @@ TS_TOPDIR="${0%/*}/../.." TS_DESC="built-in" +# Don't execute this test by default, --force required +TS_OPTIONAL="yes" + . $TS_TOPDIR/functions.sh ts_init "$*" +ts_check_test_command "$TS_HELPER_PATHS" + $TS_HELPER_PATHS &> $TS_OUTPUT ts_finalize -- 2.47.3