From 9cc784784979620ea0353c09c778e41146b36d26 Mon Sep 17 00:00:00 2001 From: David Rodríguez Date: Wed, 3 Jun 2020 20:46:35 +0200 Subject: s/sys_exec!/sys_exec --- spec/bundler/support/path.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/bundler/support/path.rb') diff --git a/spec/bundler/support/path.rb b/spec/bundler/support/path.rb index f56fdfc5aa..042aae92fd 100644 --- a/spec/bundler/support/path.rb +++ b/spec/bundler/support/path.rb @@ -240,7 +240,7 @@ module Spec def git_ls_files(glob) skip "Not running on a git context, since running tests from a tarball" if ruby_core_tarball? - sys_exec!("git ls-files -z -- #{glob}", :dir => source_root).split("\x0") + sys_exec("git ls-files -z -- #{glob}", :dir => source_root).split("\x0") end def tracked_files_glob -- cgit v1.2.3