Skip to content

Commit 5170fb6

Browse files
committed
Drop a patch that is obsolete after the problem was fixed upstream.
1 parent 31af6b0 commit 5170fb6

2 files changed

Lines changed: 3 additions & 19 deletions

File tree

build-tarball.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
2-
set -x
3-
# Copyright (C) 2024-2025 Free Software Foundation, Inc.
2+
3+
# Copyright (C) 2024-2026 Free Software Foundation, Inc.
44
#
55
# This file is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published
@@ -39,7 +39,7 @@ if test $newest_gnulib = 1; then
3939
fi
4040

4141
# Apply patches.
42-
(cd "$package" && patch -p1 < ../patches/tests.diff)
42+
#(cd "$package" && patch -p1 < ../patches/tests.diff)
4343

4444
if test $newest_gnulib = 1; then
4545
export GNULIB_SRCDIR=`pwd`/gnulib

patches/tests.diff

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)