about summary refs log tree commit diff
path: root/pkgs/applications/graphics/gscan2pdf
diff options
context:
space:
mode:
authorFlorian Brandes <florian.brandes@posteo.de>2023-11-23 12:00:28 +0100
committerFlorian Brandes <florian.brandes@posteo.de>2023-11-23 12:05:11 +0100
commitfe3094b0dcc167494891090d49f367c59ea4c6e9 (patch)
tree34197ab2013fa74d04e5a1ee2f10be9050c8af5a /pkgs/applications/graphics/gscan2pdf
parent9a579e14dd7536bf4cf554c065615810defd72d8 (diff)
gscan2pdf: re-add previously removed test
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Diffstat (limited to 'pkgs/applications/graphics/gscan2pdf')
-rw-r--r--pkgs/applications/graphics/gscan2pdf/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/applications/graphics/gscan2pdf/default.nix b/pkgs/applications/graphics/gscan2pdf/default.nix
index 7726f9e3e36a1..98713a4fa4d22 100644
--- a/pkgs/applications/graphics/gscan2pdf/default.nix
+++ b/pkgs/applications/graphics/gscan2pdf/default.nix
@@ -133,12 +133,6 @@ perlPackages.buildPerlPackage rec {
     #   Non-zero wait status: 139
     rm t/0601_Dialog_Scan.t
 
-    # Disable a test which failed due to convert returning an exit value of 1
-    # convert: negative or zero image size `/build/KL5kTVnNCi/YfgegFM53e.pnm' @ error/resize.c/ResizeImage/3743.
-    # *** unhandled exception in callback:
-    # ***   "convert" unexpectedly returned exit value 1 at t/357_unpaper_rtl.t line 63.
-    rm t/357_unpaper_rtl.t
-
     xvfb-run -s '-screen 0 800x600x24' \
       make test
   '';