From 9bcae813af89d445a4d269e83c371847075f1008 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Mon, 26 Mar 2012 19:27:18 +0300 Subject: Made --map affect chown/chgrp results. --- tests/common.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/common.rb') diff --git a/tests/common.rb b/tests/common.rb index d030972..ac1ef43 100755 --- a/tests/common.rb +++ b/tests/common.rb @@ -142,9 +142,9 @@ def testenv(bindfs_args, options = {}, &block) end # Like testenv but skips the test if not running as root -def root_testenv(bindfs_args, &block) +def root_testenv(bindfs_args, options = {}, &block) if Process.uid == 0 - testenv(bindfs_args, &block) + testenv(bindfs_args, options, &block) else puts "--- #{bindfs_args} ---" puts "[ #{bindfs_args} ]" -- cgit v1.2.3