]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/waitjobs.sh
Add ipptool test file for testing Get-Printer-Attributes conformance with the
[thirdparty/cups.git] / test / waitjobs.sh
index a54f560fdb5579db46944499777fbe454cfc8647..6e20e3caf1e3aba67129dd34e10cfadb52f66da7 100755 (executable)
@@ -34,7 +34,7 @@ echo $ac_n "Waiting for jobs to complete...$ac_c"
 oldjobs=0
 
 while test $timeout -gt 0; do
-       jobs=`../systemv/lpstat 2>/dev/null | wc -l | tr -d ' '`
+       jobs=`$runcups ../systemv/lpstat 2>/dev/null | wc -l | tr -d ' '`
        if test $jobs = 0; then
                break
        fi