]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
filter-sff: Test also the last id (2047)
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 1 Dec 2010 15:01:24 +0000 (16:01 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 1 Dec 2010 15:01:24 +0000 (16:01 +0100)
gw-tests/filter-sff.sh

index f0fe0a88ae07c61bdc73df5b79d694ea3846ed49..a32ea021608a56495bbc3ea5bc7edbabaa674b7c 100755 (executable)
@@ -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'