about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorFlorian Brandes <florian.brandes@posteo.de>2023-11-23 12:00:28 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-12-02 07:26:56 +0000
commit04cf71f77808181f73034f947af731bc198f82dc (patch)
tree55097e844086569e7f8d8e8f4c579cff23cf8045 /pkgs/applications/graphics
parent300d472cc228bef7baed856408d20d3cb062543a (diff)
gscan2pdf: re-add previously removed test
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
(cherry picked from commit fe3094b0dcc167494891090d49f367c59ea4c6e9)
Diffstat (limited to 'pkgs/applications/graphics')
-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
   '';