File: test-pgplot5-version.patch

package info (click to toggle)
libpgplot-perl 1%3A2.35-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,336 kB
  • sloc: perl: 3,880; ansic: 453; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: disable version check which referred to pgplot5, and we're using giza
Origin: vendor
Forwarded: not-needed
Author: Ole Streicher <olebole@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2021-11-21

--- a/t/t12.t
+++ b/t/t12.t
@@ -13,7 +13,6 @@
 
 PGPLOT::pgqinf("VERSION", my $val, my $len);
 $val =~ s/\.//g; $val =~ s/v//;
-plan skip_all => "PGPLOT version must be > 5.2.0 for this test $val\n" if $val<520;
 
 # Read in image (int*2)