From 23b68807dbbf0ba13ff27d6af9bfc6f5deddd669aa7ac9a9d232f3823d25a169 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Thu, 28 Mar 2024 21:28:42 +0000 Subject: [PATCH] Delete stray patch test-faildiff-workaround-order-bug.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=133 --- test-faildiff-workaround-order-bug.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 test-faildiff-workaround-order-bug.patch diff --git a/test-faildiff-workaround-order-bug.patch b/test-faildiff-workaround-order-bug.patch deleted file mode 100644 index af3659b..0000000 --- a/test-faildiff-workaround-order-bug.patch +++ /dev/null @@ -1,22 +0,0 @@ -The test suite does not differentiate between stdout and stderr. When -messages are printed to both, the order in which they will reach us -is apparently no guaranteed. Ideally this would be deterministic, but -until then, I don't want to waste Build Service resources with -useless rebuilds, so let's just test stdout and stderr separately. ---- - test/faildiff.test | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - ---- a/test/faildiff.test -+++ b/test/faildiff.test -@@ -27,8 +27,9 @@ What happens on binary files? - > File test.bin added to patch %{P}test.diff - - $ printf "\\003\\000\\001" > test.bin -- $ quilt diff -pab --no-index -+ $ quilt diff -pab --no-index 2>/dev/null - >~ (Files|Binary files) a/test\.bin and b/test\.bin differ -+ $ quilt diff -pab --no-index >/dev/null - > Diff failed on file 'test.bin', aborting - $ echo %{?} - > 1