summaryrefslogtreecommitdiff
path: root/test/5.3-lpq.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/5.3-lpq.sh')
-rw-r--r--test/5.3-lpq.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/5.3-lpq.sh b/test/5.3-lpq.sh
index cff0a5597..633508c5a 100644
--- a/test/5.3-lpq.sh
+++ b/test/5.3-lpq.sh
@@ -17,7 +17,7 @@
echo "LPQ Test"
echo ""
echo " lpq -P Test1"
-../berkeley/lpq -P Test1 2>&1
+$VALGRIND ../berkeley/lpq -P Test1 2>&1
if test $? != 0; then
echo " FAILED"
exit 1