correctly order volshell args

This commit is contained in:
Abyss Watcher
2025-03-12 16:19:08 +01:00
parent ca20b6e979
commit a539047516
3 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from test import test_volatility, LinuxSamples
class TestLinuxVolshell:
def test_linux_volshell(self, image, volatility, python):
out = test_volatility.basic_volshell_test(
image, volatility, python, globalargs=("-l",)
image, volatility, python, volshellargs=("-l",)
)
assert out.count(b"<task_struct") > 100