From 4d7542e75f0589c8b7583da753d0381a8a72dfba Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Sun, 18 Aug 2019 09:23:20 +0000 Subject: [PATCH] Remove unused test support files --- test/config/plugin.rb | 1 - test/config/simple.rb | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 test/config/plugin.rb delete mode 100644 test/config/simple.rb diff --git a/test/config/plugin.rb b/test/config/plugin.rb deleted file mode 100644 index 8a18bc67..00000000 --- a/test/config/plugin.rb +++ /dev/null @@ -1 +0,0 @@ -plugin :tmp_restart diff --git a/test/config/simple.rb b/test/config/simple.rb deleted file mode 100644 index 808dd900..00000000 --- a/test/config/simple.rb +++ /dev/null @@ -1,2 +0,0 @@ -pidfile "/tmp/jruby.pid" -switch_user "daemon", "daemon"