diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9afa617..a9b74a7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -329,7 +329,7 @@ jobs: apt-get update && apt-get install -y tshark unzip && unzip /test/Wireshark_plugin.zip -d /usr && - tshark -e DISCRETE.VALUE -E header=y -T fields -r pcapng_files/discrete.pcapng | tee discrete.output + tshark -e DISCRETE.VALUE -E header=y -T fields -r /test/pcapng_files/discrete.pcapng | tee /test/discrete.output " - name: Run diff run: diff discrete.output test/discrete.output