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 m'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/cups.scm
AgeCommit message (Expand)Author
2017-04-16services: Add a default value to various service types....Ludovic Courtès
2017-03-12services: Move configuration functions that shouldn't be factorized....Clément Lassieur
2017-01-25services: Fix 'mkdir-p' in activation scripts....Clément Lassieur
2016-12-01services: cups: Follow symlinks when installing extensions....Andy Patterson
2016-11-26services: Factorize configuration abstraction....Julien Lepiller
2016-10-13gnu: Add CUPS service....Andy Wingo