Ignore:
Timestamp:
Feb 19, 2007, 10:16:10 AM (16 years ago)
Author:
Sam Hocevar
Message:
  • Added mmap() to the testsuite.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/test/testsuite.sh

    r1725 r1745  
    6464            check "$ZZOPTS" "< $file" "zzuf"
    6565        fi
    66         check "$ZZOPTS" "$ZZCAT 1 $file" "zzcat 1"
    67         check "$ZZOPTS" "$ZZCAT 2 $file" "zzcat 2"
     66        for n in 1 2 3; do
     67            check "$ZZOPTS" "$ZZCAT $n $file" "zzcat $n"
     68        done
    6869        if [ "$STATIC_CAT" = "" ]; then
    6970            check "$ZZOPTS" "cat $file" "cat"
Note: See TracChangeset for help on using the changeset viewer.