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 <kzak@redhat.com>
This commit is contained in:
Karel Zak 2016-08-12 10:06:59 +02:00
parent b8c65bd0b8
commit 8c4ae2fd48
1 changed files with 5 additions and 0 deletions

View File

@ -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