From 6471cff5ddc7d85ee037f5ee8f0590325141a1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 9 Oct 2022 18:15:09 +0200 Subject: [PATCH] exiv2: drop a test on darwin, really now I did this wrong in 9927b2f2c3d. `-f` invites typos. --- pkgs/development/libraries/exiv2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/exiv2/default.nix b/pkgs/development/libraries/exiv2/default.nix index 3a2ded53a110..1e671c7b2e7d 100644 --- a/pkgs/development/libraries/exiv2/default.nix +++ b/pkgs/development/libraries/exiv2/default.nix @@ -83,7 +83,7 @@ stdenv.mkDerivation rec { rm -f ../tests/bugfixes/redmine/test_issue_662.py rm -f ../tests/bugfixes/github/test_issue_1046.py - rm -f ../tests/bugfixes/github/test_issue_683.py + rm ../tests/bugfixes/redmine/test_issue_683.py # disable tests that requires loopback networking substituteInPlace ../tests/bash_tests/testcases.py \