From: Michal Sojka Date: Wed, 1 Dec 2010 15:01:24 +0000 (+0100) Subject: filter-sff: Test also the last id (2047) X-Git-Tag: fix-allnoconfig~281 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/c57e345ddb6c74fff988ba23f665c2b2406dc1fe?hp=29234aa6f86d4013f3abff57afaf9058272f7f09 filter-sff: Test also the last id (2047) --- diff --git a/gw-tests/filter-sff.sh b/gw-tests/filter-sff.sh index f0fe0a8..a32ea02 100755 --- a/gw-tests/filter-sff.sh +++ b/gw-tests/filter-sff.sh @@ -2,7 +2,7 @@ . lib.sh -ids=$(seq 0 256 2047) +ids="0 $(seq 255 256 2047)" main() { sshgw 'for i in `seq 0 2047`; do cangw -A -s can0 -d can1 -f $(printf %x $i):c00007ff; done'