diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-09-13 14:35:17 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-09-13 11:12:41 +0200 |
commit | a9b18300b477088696643db7cdbf3002d22dc9e2 (patch) | |
tree | d18785edf3f20da573876ecc7fde80d58bb80007 /test | |
parent | 594c2f93716380feb29aeb774ba77704684aa125 (diff) | |
download | passt-a9b18300b477088696643db7cdbf3002d22dc9e2.tar passt-a9b18300b477088696643db7cdbf3002d22dc9e2.tar.gz passt-a9b18300b477088696643db7cdbf3002d22dc9e2.tar.bz2 passt-a9b18300b477088696643db7cdbf3002d22dc9e2.tar.lz passt-a9b18300b477088696643db7cdbf3002d22dc9e2.tar.xz passt-a9b18300b477088696643db7cdbf3002d22dc9e2.tar.zst passt-a9b18300b477088696643db7cdbf3002d22dc9e2.zip |
test: Remove unused variable FFMPEG_PID_FILE
FFPMPEG_PID_FILE is set (creating a temporary file), then never used.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'test')
-rwxr-xr-x | test/lib/video | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lib/video b/test/lib/video index 22e73bb..f609abf 100755 --- a/test/lib/video +++ b/test/lib/video @@ -13,7 +13,6 @@ # Copyright (c) 2021-2022 Red Hat GmbH # Author: Stefano Brivio <sbrivio@redhat.com> -FFMPEG_PID_FILE="$(mktemp)" VIDEO_START_SECONDS= VIDEO_NAME= |