# File lib/specinfra/command/openbsd/base/user.rb, line 3 def check_has_login_shell(user, path_to_shell) "getent passwd #{escape(user)} | cut -f 7 -d ':' | grep #{escape(path_to_shell)}" end