*** empty log message ***

This commit is contained in:
Jim Meyering 1999-11-22 08:55:00 +00:00
parent f22a30f1e5
commit 8a34174fb2

View File

@ -10,7 +10,7 @@ if test "$VERBOSE" = yes; then
tail --version
fi
tmp=t1-tail.$$
tmp=tail-assert.$$
pwd=`pwd`
trap "cd $pwd; rm -rf $dir" 0 1 2 3 15