X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Flibpspp%2Fzip.at;h=1ab57e50d8a85ec9a44f0821993662862e1b7396;hb=1353faaa410617a7896e85a942e9900e9b3442e8;hp=5b21d50f5854791e06b60a6424c069a170da3ddc;hpb=ee1bfc05f5ab73883df26e616019e07a1bfee873;p=pspp diff --git a/tests/libpspp/zip.at b/tests/libpspp/zip.at index 5b21d50f58..1ab57e50d8 100644 --- a/tests/libpspp/zip.at +++ b/tests/libpspp/zip.at @@ -35,6 +35,7 @@ while test $s -le 8192 ; do names="$names $bn"; done +ASAN_OPTIONS="$ASAN_OPTIONS:detect_odr_violation=0";export ASAN_OPTIONS AT_CHECK([cd "$dir1" && zip-test w foo.zip $names]) # If zipinfo is installed, make sure it can read the zipfile. @@ -77,6 +78,7 @@ while test $s -le 8192 ; do names="$names $bn"; done +ASAN_OPTIONS="$ASAN_OPTIONS:detect_odr_violation=0";export ASAN_OPTIONS # The pipe through "cat" below is essential because it makes the # output file un-seekable. AT_CHECK([cd "$dir1" && zip-test w - $names | cat > foo.zip])