2010-11-21 05:47:48 -08:00
|
|
|
rm -f t2.count
|
|
|
|
|
redo t2
|
|
|
|
|
redo t2
|
|
|
|
|
OUT=$(cat t2.count | wc -l)
|
2010-12-11 20:54:46 -08:00
|
|
|
. ../skip-if-minimal-do.sh
|
2010-12-12 05:38:30 -08:00
|
|
|
if [ "$OUT" -ne 2 ]; then
|
2010-11-21 05:47:48 -08:00
|
|
|
echo "t2: expected 2"
|
|
|
|
|
exit 43
|
|
|
|
|
fi
|