From 44cd397e26187106ac4e203790ba6982bf348e3e Mon Sep 17 00:00:00 2001 From: Mike Holmes Date: Fri, 20 May 2016 13:31:37 -0400 Subject: example: fix pcap location assumption Signed-off-by: Mike Holmes Reviewed-and-tested-by: Bill Fischofer Signed-off-by: Maxim Uvarov --- example/switch/switch_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/switch') diff --git a/example/switch/switch_run.sh b/example/switch/switch_run.sh index 9b32973e5..3f8f9db36 100755 --- a/example/switch/switch_run.sh +++ b/example/switch/switch_run.sh @@ -33,7 +33,7 @@ fi for i in `seq 1 $NUM_RX_PORT`; do - if [ `stat -c %s pcapout${i}.pcap` -ne `stat -c %s udp64.pcap` ]; then + if [ `stat -c %s pcapout${i}.pcap` -ne `stat -c %s ${PCAP_IN}` ]; then echo "Error: Output file $i size not matching" RETVAL=1 fi -- cgit v1.2.3