View | Details | Raw Unified
Collapse All | Expand All

(-) test.old/00/t0010a.sh (-1 / +1 lines)
 Lines 91-97    Link Here 
LC_ALL=C
LC_ALL=C
export LC_ALL
export LC_ALL
sort +4 < test.out > test.out2
sort -k5 < test.out > test.out2
if test $? -ne 0 ; then fail; fi
if test $? -ne 0 ; then fail; fi
cat > ok << 'fubar'
cat > ok << 'fubar'
(-) test.old/00/t0011a.sh (-2 / +2 lines)
 Lines 82-88    Link Here 
$bin/tardy -list outfile /dev/null 2> test.out
$bin/tardy -list outfile /dev/null 2> test.out
if test $? -ne 0 ; then fail; fi
if test $? -ne 0 ; then fail; fi
sort +4 < test.out > test.out2
sort -k5 < test.out > test.out2
if test $? -ne 0 ; then fail; fi
if test $? -ne 0 ; then fail; fi
cat > ok << 'fubar'
cat > ok << 'fubar'
 Lines 110-116    Link Here 
$bin/tardy -list outfile /dev/null 2> test.out
$bin/tardy -list outfile /dev/null 2> test.out
if test $? -ne 0 ; then fail; fi
if test $? -ne 0 ; then fail; fi
sort +4 < test.out > test.out2
sort -k5 < test.out > test.out2
if test $? -ne 0 ; then fail; fi
if test $? -ne 0 ; then fail; fi
cat > ok << 'fubar'
cat > ok << 'fubar'