You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bglibs/bglibs-2.04-mock.patch

13 lines
316 B
Diff

--- bglibs-2.04.old/selftests.sh 2018-02-23 11:24:55.000000000 -0500
+++ bglibs-2.04/selftests.sh 2022-03-05 21:25:11.625000000 -0500
@@ -10,6 +10,9 @@
trap 'echo "Cleaning up $t"; rm -r $t' EXIT
do_test() {
+ if [ $1 == 'net/resolve_ipv4addr.c' ]; then
+ return 0
+ fi
echo "Testing $1"
rm -f $t/*