mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Remove: test_windows_joblinks function for test
This commit is contained in:
@@ -203,11 +203,6 @@ def test_windows_devicetree(image, volatility, python):
|
||||
assert out.find(b"FILE_DEVICE_DISK_FILE_SYSTEM") != -1
|
||||
assert rc == 0
|
||||
|
||||
def test_windows_joblinks(image, volatility, python):
|
||||
rc, out, err = runvol_plugin("windows.joblinks.JobLinks", image, volatility, python)
|
||||
|
||||
assert rc == 0
|
||||
|
||||
# LINUX
|
||||
|
||||
def test_linux_pslist(image, volatility, python):
|
||||
|
||||
Reference in New Issue
Block a user