Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rapid7/metasploit-payloads
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fa3e96815445b0e0d865d8a72c03da225f525fc5
Choose a base ref
..
head repository: rapid7/metasploit-payloads
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e6ff953a602109c6d4b64a5336fb238c69d6257a
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 python/meterpreter/tests/test_ext_server_stdapi.py
1 change: 0 additions & 1 deletion python/meterpreter/tests/test_ext_server_stdapi.py
Original file line number Diff line number Diff line change
@@ -305,7 +305,6 @@ def test_stdapi_sys_config_getuid(self):
user_name = self.meterpreter_context["packet_get_tlv"](
result_tlvs, self.ext_server_stdapi["TLV_TYPE_USER_NAME"]
).get("value")
import pdb; pdb.set_trace()
self.assertRegex(user_name, ".+")

@unittest.skipUnless(is_windows, windows_only_test_reason)