diff options
-rw-r--r-- | tools/regression/usr.bin/pkill/pgrep-t.t | 2 | ||||
-rw-r--r-- | tools/regression/usr.bin/pkill/pkill-t.t | 2 |
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 04f0e12..c1d0c2a 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 76c4f28..84a66c3 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 |