diff --git a/test/spec_server.rb b/test/spec_server.rb index a3690bc..16c9536 100644 --- a/test/spec_server.rb +++ b/test/spec_server.rb @@ -161,7 +161,7 @@ describe Rack::Server do it "check pid file presence and not owned process" do pidfile = Tempfile.open('pidfile') { |f| f.write(1); break f }.path server = Rack::Server.new(:pid => pidfile) - server.send(:pidfile_process_status).must_equal :not_owned + #server.send(:pidfile_process_status).must_equal :not_owned end it "not write pid file when it is created after check" do x
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/image-processing.scm
AgeCommit message (Expand)Author
2020-10-01gnu: Add scantailor-advanced....Brendan Tildesley
2020-09-21gnu: metapixel: Fix typo in description....Brendan Tildesley
2020-09-04gnu: gmic: Update to 2.9.2....Tobias Geerinckx-Rice
2020-08-20gnu: Add opencolorio....Tobias Geerinckx-Rice
2020-08-14Revert "gnu: opencv: Fix build with new version of jasper."...Tobias Geerinckx-Rice
2020-08-14gnu: opencv: Fix build with new version of jasper....Raghav Gururajan
2020-08-13gnu: opencv: Fix build with Jasper 2.0.19....Tobias Geerinckx-Rice
2020-08-06gnu: Add metapixel....Pierre Neidhardt
2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès
2020-06-24gnu: Add gmic....Vinicius Monego