diff options
author | obrien <obrien@FreeBSD.org> | 2010-01-04 11:11:37 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2010-01-04 11:11:37 +0000 |
commit | 0eb7553bed7514c081c3c6fd430d140bc5c3b121 (patch) | |
tree | 005487884bf18eb0f4391cd0f3a2677704892086 /tools | |
parent | 9085cab1b26c5e0955f5464986e64a93d9ea3dd5 (diff) | |
download | FreeBSD-src-0eb7553bed7514c081c3c6fd430d140bc5c3b121.zip FreeBSD-src-0eb7553bed7514c081c3c6fd430d140bc5c3b121.tar.gz |
Fix formatting.
Diffstat (limited to 'tools')
-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 |