diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2012-06-18 08:44:52 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2012-06-18 08:44:52 +0300 |
commit | a25089ff290d7c3abb7694accda66f007281603f (patch) | |
tree | 880fab040375b88eea73c3d4ca702130ee254bfe /tests/test_bindfs.rb | |
parent | 1eceabdbd332867e330e6c17d362e1e4ce2488b5 (diff) | |
download | bindfs-a25089ff290d7c3abb7694accda66f007281603f.tar.gz |
Added --valgrind switch to tests.
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 |