From: Karel Zak Date: Mon, 10 Dec 2012 12:43:11 +0000 (+0100) Subject: tests: unset *_DEBUG variables X-Git-Tag: v2.23-rc1~443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72c9217951b7dd317a5d903d88291a9e87297969;p=thirdparty%2Futil-linux.git tests: unset *_DEBUG variables Reported-by: Bernhard Voelker Signed-off-by: Karel Zak --- diff --git a/tests/run.sh b/tests/run.sh index 6ed05c1fa6..9916edfd11 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -108,6 +108,10 @@ else fi +unset LIBMOUNT_DEBUG +unset LIBBLKID_DEBUG +unset BLKID_DEBUG + echo echo "-------------------- util-linux regression tests --------------------" echo