diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2019-12-21 14:18:24 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2019-12-21 14:18:24 +0200 |
commit | e07c09db52caeca249f998edd9f47483e4cb97fb (patch) | |
tree | 836b5278bdc6f6314e6ecb0827b2e0f0ed605d0d /vagrant | |
parent | 28f248803a7fec4dc212d1d261ddc7549fcea8b4 (diff) | |
download | bindfs-e07c09db52caeca249f998edd9f47483e4cb97fb.tar.gz |
Don't check that numeric UIDs and GIDs exist in user database.
A user database is not always available.
For #79.
Diffstat (limited to 'vagrant')
-rwxr-xr-x | vagrant/test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vagrant/test.rb b/vagrant/test.rb index f6d068f..b49da83 100755 --- a/vagrant/test.rb +++ b/vagrant/test.rb @@ -108,7 +108,7 @@ end threads.each(&:join) if errors.empty? - puts "OK" + puts "All OK" else unless errors.empty? puts @@ -119,3 +119,4 @@ else puts end end + |