diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-05-12 13:36:43 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-05-19 15:24:15 +0200 |
commit | 81c50acb21240b231dd9cb0d2f07c0951847c488 (patch) | |
tree | 12627ab9d78fe17d98df708b5786f8cb9c8b4093 /test/run | |
parent | 8e898ea71e89b04a6f3be20f826a29a5944db0dd (diff) | |
download | passt-81c50acb21240b231dd9cb0d2f07c0951847c488.tar passt-81c50acb21240b231dd9cb0d2f07c0951847c488.tar.gz passt-81c50acb21240b231dd9cb0d2f07c0951847c488.tar.bz2 passt-81c50acb21240b231dd9cb0d2f07c0951847c488.tar.lz passt-81c50acb21240b231dd9cb0d2f07c0951847c488.tar.xz passt-81c50acb21240b231dd9cb0d2f07c0951847c488.tar.zst passt-81c50acb21240b231dd9cb0d2f07c0951847c488.zip |
tests: Remove unused XVFB variable
The XVFB variable is initialized at the beginning of test/run then never
used again. I'm assuming it's a leftover from some ealier iteration.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'test/run')
-rwxr-xr-x | test/run | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -35,9 +35,6 @@ DEBUG=${DEBUG:-0} # If set, tell passt and pasta to take packet captures PCAP=${PCAP:-0} -# If set, run X terminals for CI and demos in Xvfb -XVFB=${XVFB:-1} - COMMIT="$(git log --oneline --no-decorate -1)" . lib/util |