aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_bindfs.rb
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2012-06-18 08:44:52 +0300
committerMartin Pärtel <martin.partel@gmail.com>2012-06-18 08:44:52 +0300
commita25089ff290d7c3abb7694accda66f007281603f (patch)
tree880fab040375b88eea73c3d4ca702130ee254bfe /tests/test_bindfs.rb
parent1eceabdbd332867e330e6c17d362e1e4ce2488b5 (diff)
downloadbindfs-a25089ff290d7c3abb7694accda66f007281603f.tar.gz
Added --valgrind switch to tests.
Diffstat (limited to 'tests/test_bindfs.rb')
-rwxr-xr-xtests/test_bindfs.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_bindfs.rb b/tests/test_bindfs.rb
index 1f78250..821b466 100755
--- a/tests/test_bindfs.rb
+++ b/tests/test_bindfs.rb
@@ -34,9 +34,6 @@ def chown(user, group, list)
end
end
-# Treat parameters as test names and run only those
-$only_these_tests = ARGV unless ARGV.empty?
-
# Some useful shorthands
$nobody_uid = nobody_uid = Etc.getpwnam('nobody').uid
$nogroup_gid = nogroup_gid = Etc.getgrnam('nogroup').gid