svn commit: r201491 - head/tools/regression/usr.bin/pkill
David E. O'Brien
obrien at FreeBSD.org
Mon Jan 4 11:11:38 UTC 2010
Author: obrien
Date: Mon Jan 4 11:11:37 2010
New Revision: 201491
URL: http://svn.freebsd.org/changeset/base/201491
Log:
Fix formatting.
Modified:
head/tools/regression/usr.bin/pkill/pgrep-t.t
head/tools/regression/usr.bin/pkill/pkill-t.t
Modified: head/tools/regression/usr.bin/pkill/pgrep-t.t
==============================================================================
--- head/tools/regression/usr.bin/pkill/pgrep-t.t Mon Jan 4 11:00:12 2010 (r201490)
+++ head/tools/regression/usr.bin/pkill/pgrep-t.t Mon Jan 4 11:11:37 2010 (r201491)
@@ -13,7 +13,7 @@ if [ "$tty" = "??" ]; then
else
case $tty in
pts/*) ttyshort=`echo $tty | cut -c 5-` ;;
- *) ttyshort=`echo $tty | cut -c 4-` ;;
+ *) ttyshort=`echo $tty | cut -c 4-` ;;
esac
fi
sleep=`mktemp /tmp/$base.XXXXXX` || exit 1
Modified: head/tools/regression/usr.bin/pkill/pkill-t.t
==============================================================================
--- head/tools/regression/usr.bin/pkill/pkill-t.t Mon Jan 4 11:00:12 2010 (r201490)
+++ head/tools/regression/usr.bin/pkill/pkill-t.t Mon Jan 4 11:11:37 2010 (r201491)
@@ -13,7 +13,7 @@ if [ "$tty" = "??" ]; then
else
case $tty in
pts/*) ttyshort=`echo $tty | cut -c 5-` ;;
- *) ttyshort=`echo $tty | cut -c 4-` ;;
+ *) ttyshort=`echo $tty | cut -c 4-` ;;
esac
fi
sleep=`mktemp /tmp/$base.XXXXXX` || exit 1
More information about the svn-src-all
mailing list