summaryrefslogtreecommitdiff
path: root/test/5.7-lprm.sh
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-02 18:21:25 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-02 18:21:25 -0400
commitb37177a7a9c47e28803424dc84b37b8c73fa1096 (patch)
tree671d82563d48840ed4f21e70bdadf0c145d1f77f /test/5.7-lprm.sh
parentb3903a94c60930d2454e36dc949ab5f8f169f2f3 (diff)
downloadcups-b37177a7a9c47e28803424dc84b37b8c73fa1096.tar.gz
Fix test suite with shared libraries on macOS.
Diffstat (limited to 'test/5.7-lprm.sh')
-rw-r--r--test/5.7-lprm.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/5.7-lprm.sh b/test/5.7-lprm.sh
index 7262551f7..29251f943 100644
--- a/test/5.7-lprm.sh
+++ b/test/5.7-lprm.sh
@@ -12,9 +12,9 @@
echo "LPRM Current Test"
echo ""
echo " lpr -o job-hold-until=indefinite testfile.jpg"
-$VALGRIND ../berkeley/lpr -o job-hold-until=indefinite testfile.jpg 2>&1
+$runcups $VALGRIND ../berkeley/lpr -o job-hold-until=indefinite testfile.jpg 2>&1
echo " lprm"
-$VALGRIND ../berkeley/lprm 2>&1
+$runcups $VALGRIND ../berkeley/lprm 2>&1
if test $? != 0; then
echo " FAILED"
exit 1
@@ -26,9 +26,9 @@ echo ""
echo "LPRM Destination Test"
echo ""
echo " lpr -P Test1 -o job-hold-until=indefinite testfile.jpg"
-$VALGRIND ../berkeley/lpr -P Test1 -o job-hold-until=indefinite testfile.jpg 2>&1
+$runcups $VALGRIND ../berkeley/lpr -P Test1 -o job-hold-until=indefinite testfile.jpg 2>&1
echo " lprm Test1"
-$VALGRIND ../berkeley/lprm Test1 2>&1
+$runcups $VALGRIND ../berkeley/lprm Test1 2>&1
if test $? != 0; then
echo " FAILED"
exit 1