1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
From b51a2bf917fa0a68558451ec10c9c3746ba6c6ff Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@debian.org>
Date: Wed, 11 Aug 2021 15:30:07 +0100
Subject: Remove prn13 and prn14 from regression_tests
These tests contain code under non-free licences. The upstream tarball
has been repacked without these files.
Bug-Debian: https://bugs.debian.org/992093
Last-Updated: 2021-08-11
Patch-Name: remove-non-free-tests.patch
---
test/rules.mak | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/test/rules.mak b/test/rules.mak
index 32b6fae..afcb52e 100644
--- a/test/rules.mak
+++ b/test/rules.mak
@@ -86,7 +86,6 @@ unit_tests : test1.do_the_test test2.do_the_test test3.do_the_test \
# PRN7 based on a test case reported by Larry Peters of ATI
# PRN8 based on a test case reported by Eric Pischel
# PRN9-PRN12 based on test cases reported by Victor B Putz
-# PRN13-PRN14 based on example programs from Sun's Java Tutorial.
# PRN15 based on a test case reported by Jordan Zimmerman
# PRN16 based on a test case reported by Colin Watson
@@ -95,6 +94,5 @@ regression_tests : \
prn4.do_the_test prn5.do_the_test prn6.do_the_test \
prn7.do_the_test prn8.do_the_test prn9.do_the_test \
prn10.do_the_test prn11.do_the_test prn12.do_the_test \
- prn13.do_the_test prn14.do_the_test prn15.do_the_test \
- prn16.do_the_test
+ prn15.do_the_test prn16.do_the_test
|