]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-update-failure-propagation
implement socks5h proxy support for http method
[apt.git] / test / integration / test-apt-update-failure-propagation
index 18f5efa11f3cc942abe55e184e6ee76da1a1ac1c..ec6bf4a48bcaf50cfbcf4384505ed1f4301d05d4 100755 (executable)
@@ -16,7 +16,7 @@ rm "$NEWMETHODS"
 mkdir "$NEWMETHODS"
 backupIFS="$IFS"
 IFS="$(printf "\n\b")"
-for METH in $(find "$OLDMETHODS" ! -type d); do
+for METH in $(find "$OLDMETHODS" -maxdepth 1 ! -type d); do
        ln -s "$OLDMETHODS/$(basename "$METH")" "$NEWMETHODS"
 done
 IFS="$backupIFS"