xmlto: fix tests

+3 -1
+3 -1
pkgs/tools/typesetting/xmlto/default.nix
··· 9 9 sha256 = "0xhj8b2pwp4vhl9y16v3dpxpsakkflfamr191mprzsspg4xdyc0i"; 10 10 }; 11 11 12 - patchPhase = '' 12 + postPatch = '' 13 + patchShebangs xmlif/test/run-test 14 + 13 15 substituteInPlace "xmlto.in" \ 14 16 --replace "/bin/bash" "${bash}/bin/bash" 15 17 substituteInPlace "xmlto.in" \