summaryrefslogtreecommitdiffstats
path: root/tests/ts/libmount
diff options
context:
space:
mode:
authorKarel Zak2019-04-17 10:10:46 +0200
committerKarel Zak2019-04-17 10:10:46 +0200
commit2da48ba3cce141fa77c31ca70c5477d4ec98e190 (patch)
tree8ecaae6730d8161e75ae82640d1c91eff3c0fc36 /tests/ts/libmount
parentmisc: consolidate version printing and close_stdout() (diff)
downloadkernel-qcow2-util-linux-2da48ba3cce141fa77c31ca70c5477d4ec98e190.tar.gz
kernel-qcow2-util-linux-2da48ba3cce141fa77c31ca70c5477d4ec98e190.tar.xz
kernel-qcow2-util-linux-2da48ba3cce141fa77c31ca70c5477d4ec98e190.zip
tests: use TS_ENABLE_ASAN in tests to detect ASAN
It seems better to not use any random ASAN variable. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/libmount')
-rwxr-xr-xtests/ts/libmount/tabfiles-tags2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/libmount/tabfiles-tags b/tests/ts/libmount/tabfiles-tags
index 38858f47b..ff17bccc6 100755
--- a/tests/ts/libmount/tabfiles-tags
+++ b/tests/ts/libmount/tabfiles-tags
@@ -8,7 +8,7 @@ ts_init "$*"
ts_skip_nonroot
-if [ -f "$ASAN_SYMBOLIZER_PATH" ]; then
+if [ -f "$TS_ENABLE_ASAN" ]; then
TS_KNOWN_FAIL="yes"
fi