tests/boot_linux_console: fix extract_from_deb() comment

The second param in extract_from_deb() is 'path' not 'file'

Signed-off-by: Liam Merwick <liam.merwick@oracle.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <1580142994-1836-4-git-send-email-liam.merwick@oracle.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
Liam Merwick 2020-01-27 16:36:31 +00:00 committed by Philippe Mathieu-Daudé
parent 921a9f6db8
commit 4526038872
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class BootLinuxConsole(Test):
Extracts a file from a deb package into the test workdir
:param deb: path to the deb archive
:param file: path within the deb archive of the file to be extracted
:param path: path within the deb archive of the file to be extracted
:returns: path of the extracted file
"""
cwd = os.getcwd()