]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Change valgrind options in test_script to conform with valgrind 3.2.3
authorTheodore Ts'o <tytso@mit.edu>
Sat, 15 Mar 2008 15:16:56 +0000 (11:16 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 15 Mar 2008 15:16:56 +0000 (11:16 -0400)
Newer versions of valgrind seem to have renamed --wierd-hacks to
--sim-hints.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
tests/test_script.in

index be0e912839c2a096cb07031efaf6040e617f6ba1..bd3cc3eafcd5cd6152ffe1c320341656192a3ec1 100644 (file)
@@ -8,7 +8,7 @@ export LC_ALL
 
 case "$1" in 
     --valgrind)
-       export USE_VALGRIND="valgrind -q --weird-hacks=lax-ioctls"
+       export USE_VALGRIND="valgrind -q --sim-hints=lax-ioctls"
        shift;
 esac