mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
A test suit for server configration. WWW: https://github.com/mizzy/specinfra PR: 210047 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com>
10 lines
230 B
Ruby
10 lines
230 B
Ruby
--- lib/specinfra/backend/exec.rb.orig 2016-06-08 01:29:29 UTC
|
|
+++ lib/specinfra/backend/exec.rb
|
|
@@ -1,7 +1,6 @@
|
|
require 'singleton'
|
|
require 'fileutils'
|
|
require 'shellwords'
|
|
-require 'sfl'
|
|
|
|
module Specinfra
|
|
module Backend
|