aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2010-01-04 11:11:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2010-01-04 11:11:37 +0000
commit19d43a4c5f47437d5316bf21e0404308d960af37 (patch)
tree005487884bf18eb0f4391cd0f3a2677704892086 /tools/regression/usr.bin
parent107994f781429e5000be894c99b3c00c7e7c245a (diff)
Notes
Diffstat (limited to 'tools/regression/usr.bin')
-rw-r--r--tools/regression/usr.bin/pkill/pgrep-t.t2
-rw-r--r--tools/regression/usr.bin/pkill/pkill-t.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/regression/usr.bin/pkill/pgrep-t.t b/tools/regression/usr.bin/pkill/pgrep-t.t
index 04f0e122e0ba..c1d0c2a4861d 100644
--- a/tools/regression/usr.bin/pkill/pgrep-t.t
+++ b/tools/regression/usr.bin/pkill/pgrep-t.t
@@ -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
diff --git a/tools/regression/usr.bin/pkill/pkill-t.t b/tools/regression/usr.bin/pkill/pkill-t.t
index 76c4f280dae3..84a66c30088a 100644
--- a/tools/regression/usr.bin/pkill/pkill-t.t
+++ b/tools/regression/usr.bin/pkill/pkill-t.t
@@ -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