From e07c09db52caeca249f998edd9f47483e4cb97fb Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sat, 21 Dec 2019 14:18:24 +0200 Subject: Don't check that numeric UIDs and GIDs exist in user database. A user database is not always available. For #79. --- vagrant/test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vagrant') 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 + -- cgit v1.2.3