Description: Ignore missing test sample file
 To test file syncing, the tests use some sample files. One of these
 is an archive that is not shipped with the package. We cannot download
 it either, so just exclude it from the tests.
Author: Afif Elghraoui
Forwarded: not-needed
Last-Update: 2015-07-26
--- ori.orig/runtests_prep.sh
+++ ori/runtests_prep.sh
@@ -17,10 +17,10 @@
 echo "Foo" > $SOURCE_FILES/b/b.txt
 
 # Add Linux kernel?
-if true; then
+#if true; then
     #curl "http://www.kernel.org/pub/linux/kernel/v3.0/testing/linux-3.6-rc5.tar.bz2" | tar -C "$SOURCE_FILES" -xvf -
-    tar -C "$SOURCE_FILES" -xvf ori-perf/data/linux-tip.tgz
-fi
+#    tar -C "$SOURCE_FILES" -xvf ori-perf/data/linux-tip.tgz
+#fi
 
 cat > $TEMP_DIR/.gdbinit <<EOM
 file $ORIG_DIR/build/ori/ori
