]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
trigger NODATA error for invalid InRelease files
[apt.git] / test / integration / framework
index 3f11ac23b65577d626435b6f0430090333d1f7c5..3a02cfb766a341bfc808cf40784cc4f32fb8e6d2 100644 (file)
@@ -118,6 +118,9 @@ gdb() {
        echo "gdb: run »$*«"
        APT_CONFIG=aptconfig.conf LD_LIBRARY_PATH=${BUILDDIRECTORY} $(which gdb) ${BUILDDIRECTORY}/$1
 }
+http() {
+       LD_LIBRARY_PATH=${BUILDDIRECTORY} ${BUILDDIRECTORY}/methods/http
+}
 
 exitwithstatus() {
         # error if we about to overflow, but ...