|
|
$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' |
|
|
$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' |