Changeset 2529

Show
Ignore:
Timestamp:
07/15/08 22:16:15 (3 months ago)
Author:
sam
Message:
  • testsuite.sh: use printf instead of echo -n for better portability.
Files:
1 modified

Legend:

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

    r2335 r2529  
    9696    ALIAS="$3" 
    9797    CHECK="$4" 
    98     echo -n " $(echo "$ALIAS .............." | cut -b1-18) " 
     98    printf " $(echo "$ALIAS .............." | cut -b1-18) " 
    9999    MD5="$(eval "$ZZUF -m $ZZOPTS $CMD" 2>/dev/null | cut -f2 -d' ')" 
    100100    if [ -n "$CHECK" ]; then