# File test/test_priv.rb, line 176
    def test_uid_from_uid
      assert_equal(8080, @priv.uid(8080))
      assert_equal(0, @getpwnam_call)
    end