summaryrefslogtreecommitdiffstats
path: root/tests/run.sh
diff options
context:
space:
mode:
authorKarel Zak2012-12-10 13:43:11 +0100
committerKarel Zak2012-12-10 13:43:11 +0100
commit72c9217951b7dd317a5d903d88291a9e87297969 (patch)
treeedf723e38c98a5c7989830dc3d5b93511af42b4c /tests/run.sh
parentlibmount: don't use safe_getenv() for test (diff)
downloadkernel-qcow2-util-linux-72c9217951b7dd317a5d903d88291a9e87297969.tar.gz
kernel-qcow2-util-linux-72c9217951b7dd317a5d903d88291a9e87297969.tar.xz
kernel-qcow2-util-linux-72c9217951b7dd317a5d903d88291a9e87297969.zip
tests: unset *_DEBUG variables
Reported-by: Bernhard Voelker <mail@bernhard-voelker.de> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run.sh b/tests/run.sh
index 6ed05c1fa..9916edfd1 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