fix: pcap example test

This commit is contained in:
ChillerDragon 2024-02-23 12:51:12 +08:00
parent 0d296d83d0
commit ad4befbc20

View file

@ -76,7 +76,7 @@ echo "[*] venv tests passed."
# examples/print_pcap_files
#
pushd examples/07/print_pcap_files || exit 1
pushd examples/06_and_07/print_pcap_files || exit 1
pip install dpkt || exit 1
./print_pcap_files.py 07_dm1.pcap || exit 1