diff options
Diffstat (limited to 'test/fullcheck.sh')
-rwxr-xr-x | test/fullcheck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fullcheck.sh b/test/fullcheck.sh index f3c20dd2..f8c671e0 100755 --- a/test/fullcheck.sh +++ b/test/fullcheck.sh @@ -1,7 +1,7 @@ #!/bin/sh VALGRIND='' -if [ -x /usr/bin/valgrind ]; then +if [ -x /usr/bin/valgrind -o -x /opt/local/bin/valgrind ]; then VALGRIND=valgrind fi |