diff options
Diffstat (limited to 'tests/test_bindfs.rb')
-rwxr-xr-x | tests/test_bindfs.rb | 3 |
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 |