From: Ruediger Meier Date: Wed, 22 Apr 2015 06:05:47 +0000 (+0200) Subject: tests: config.h lives in build directory X-Git-Tag: v2.27-rc1~259^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aac448a80b28f22b42793faf326b1fb68611ec8c;p=thirdparty%2Futil-linux.git tests: config.h lives in build directory Signed-off-by: Ruediger Meier --- diff --git a/tests/ts/libmount/context b/tests/ts/libmount/context index 6de160bead..15693d1c6c 100755 --- a/tests/ts/libmount/context +++ b/tests/ts/libmount/context @@ -34,7 +34,7 @@ umount $MOUNTPOINT &> /dev/null ts_scsi_debug_init dev_size_mb=100 DEVNAME=$(basename $TS_DEVICE) -grep -q '#define USE_LIBMOUNT_FORCE_MOUNTINFO' ${TS_TOPDIR}/../config.h +grep -q '#define USE_LIBMOUNT_FORCE_MOUNTINFO' ${top_builddir}/config.h if [ $? == 0 ]; then MOUNTINFO_ONLY=yes fi diff --git a/tests/ts/libmount/context-py b/tests/ts/libmount/context-py index 4db2ac12df..f2190ce8a7 100755 --- a/tests/ts/libmount/context-py +++ b/tests/ts/libmount/context-py @@ -36,7 +36,7 @@ umount $MOUNTPOINT &> /dev/null ts_scsi_debug_init dev_size_mb=100 DEVNAME=$(basename $TS_DEVICE) -grep -q '#define USE_LIBMOUNT_FORCE_MOUNTINFO' ${TS_TOPDIR}/../config.h +grep -q '#define USE_LIBMOUNT_FORCE_MOUNTINFO' ${top_builddir}/config.h if [ $? == 0 ]; then MOUNTINFO_ONLY=yes fi