]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-712116-dpkg-pre-install-pkgs-hook-multiarch
test, travis: Quieter testing with a new -qq mode
[apt.git] / test / integration / test-bug-712116-dpkg-pre-install-pkgs-hook-multiarch
index d9fd3d30dfaa54f6b5b60233bed798f004c5e276..bf93367c99b9c1d32e3d6083fd7d76b0647d1e4f 100755 (executable)
@@ -32,7 +32,7 @@ if [ -n \"${2}\" ]; then
        FD=\$APT_HOOK_INFO_FD
        if [ "\$FD" != \"${2}\" ]; then echo \"ERROR: Information is not on requested FD: \$FD != ${2}\" >> ${hook}-v${1}.list; fi
 fi
-while read </proc/\$\$/fd/\$FD line; do
+while read </dev/fd/\$FD line; do
        if echo \"\$line\" | grep -Fq '**'; then
                echo \"\$line\"
        fi