summaryrefslogtreecommitdiff
path: root/user/gnucobol/tests-are-fatal.patch
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2021-05-03 03:05:37 -0400
committerZach van Rijn <me@zv.io>2022-10-21 18:33:57 -0500
commitaa4aebe0fe4183260aab1a9a4c439a420a9650a4 (patch)
tree80d7bd8aa2890cc6a8f66977e42a6ce84ee545e4 /user/gnucobol/tests-are-fatal.patch
parent8d4f9f8f4820548953b48beb1a99c766128acebd (diff)
downloadpackages-aa4aebe0fe4183260aab1a9a4c439a420a9650a4.tar.gz
packages-aa4aebe0fe4183260aab1a9a4c439a420a9650a4.tar.bz2
packages-aa4aebe0fe4183260aab1a9a4c439a420a9650a4.tar.xz
packages-aa4aebe0fe4183260aab1a9a4c439a420a9650a4.zip
user/gnucobol: bump to 3.1.2.
Diffstat (limited to 'user/gnucobol/tests-are-fatal.patch')
-rw-r--r--user/gnucobol/tests-are-fatal.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/user/gnucobol/tests-are-fatal.patch b/user/gnucobol/tests-are-fatal.patch
deleted file mode 100644
index 933c1128d..000000000
--- a/user/gnucobol/tests-are-fatal.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Backport of r3183
-
---- gnucobol-3.0-rc1/tests/Makefile.am 2018-04-22 19:55:51.000000000 +0000
-+++ gnucobol-3.0-rc1/tests/Makefile.am 2019-06-28 16:49:23.740928336 +0000
-@@ -74,7 +74,7 @@
- check-local: $(TESTSUITE)
- @echo testing for working diff && diff - "$(TESTSUITE)" < "$(TESTSUITE)" \
- || (echo "Error: no working 'diff' in PATH" && false)
-- @$(TESTSUITE) $(TESTSUITEFLAGS) || rm -f testsuite.dir/at-job-fifo
-+ @$(TESTSUITE) $(TESTSUITEFLAGS) || (rm -f testsuite.dir/at-job-fifo; exit 1)
- @rm -f testsuite.dir/at-job-fifo
-
- clean-local:
-@@ -84,7 +84,7 @@
- @cp $(srcdir)/run_prog_manual.sh.in $@
-
- checkmanual: $(TESTSUITE_MANUAL) ./run_prog_manual.sh
-- @$(TESTSUITE_MANUAL) $(TESTSUITEFLAGS) || rm -f testsuite_manual.dir/at-job-fifo
-+ @$(TESTSUITE_MANUAL) $(TESTSUITEFLAGS) || (rm -f testsuite_manual.dir/at-job-fifo; exit 1)
- @rm -f testsuite_manual.dir/at-job-fifo
-
- # targets that are only logical targets instead of files