# File test/test_priv.rb, line 91
    def getpwnam(name)
      @getpwnam_call += 1
      @getpwnam_name = name
      @passwd
    end