]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
test_blkid_fuzz: fix test execution
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 12 Nov 2022 14:16:32 +0000 (15:16 +0100)
committerThomas Weißschuh <thomas@t-8ch.de>
Sat, 12 Nov 2022 18:20:07 +0000 (19:20 +0100)
tests/ts/fuzzers/test_blkid_fuzz [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 2eddf6a..8bfa16b
@@ -23,7 +23,7 @@ ts_check_test_command "$TS_HELPER_BLKID_FUZZ"
 ASAN_RT_PATH="$(ts_get_asan_rt_path "$TS_HELPER_BLKID_FUZZ")"
 [ -n "$ASAN_RT_PATH" ] && export LD_PRELOAD="$ASAN_RT_PATH:$LD_PRELOAD"
 
-mkdir -p ${TS_OUTPUT}_workdir
+mkdir -p ${TS_OUTPUT}_workdir ${TS_SCRIPT}_files
 ts_run $TS_HELPER_BLKID_FUZZ ${TS_OUTPUT}_workdir ${TS_SCRIPT}_files -max_total_time=10 >$TS_OUTPUT 2>$TS_ERRLOG
 
 ts_finalize