diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2003-01-14 09:00:25 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2003-01-14 09:00:25 +0000 |
commit | ecf57b7514dd6f05820ca8be9e72d40de11f9810 (patch) | |
tree | 667299fd926916f82dd73f6d4dfecfef89222fe9 /test/test_libFLAC++.sh | |
parent | a69b1a8f544eaf87a5e5cce1fe864568e5b752ac (diff) | |
download | flac-ecf57b7514dd6f05820ca8be9e72d40de11f9810.tar.gz |
minor syntax
Diffstat (limited to 'test/test_libFLAC++.sh')
-rwxr-xr-x | test/test_libFLAC++.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_libFLAC++.sh b/test/test_libFLAC++.sh index 538b3fbe..66c2f9cc 100755 --- a/test/test_libFLAC++.sh +++ b/test/test_libFLAC++.sh @@ -30,7 +30,7 @@ export PATH run_test_libFLACpp () { - if [ "$FLAC__VALGRIND" = yes ] ; then + if [ x"$FLAC__VALGRIND" = xyes ] ; then valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --logfile-fd=4 test_libFLAC++ $* 4>>test_libFLAC++.valgrind.log else test_libFLAC++ $* |