diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2023-08-11 08:41:49 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2023-08-11 08:41:49 +0000 |
| commit | dc9c7dc6ec9ecb5449d71d79ae13f9782c866b73 (patch) | |
| tree | 77811130a73711377eb46a3e3eb9fac15fdcf746 /usr.bin/vmstat | |
| parent | d328162dcb73d9041fe8ceb9fbae7276c3dacb53 (diff) | |
Diffstat (limited to 'usr.bin/vmstat')
| -rw-r--r--[-rwxr-xr-x] | usr.bin/vmstat/t_vmstat.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/vmstat/t_vmstat.sh b/usr.bin/vmstat/t_vmstat.sh index 66769007e3b6..7719a85f8c75 100755..100644 --- a/usr.bin/vmstat/t_vmstat.sh +++ b/usr.bin/vmstat/t_vmstat.sh @@ -1,4 +1,4 @@ -# $NetBSD: t_vmstat.sh,v 1.1 2014/01/07 16:47:13 gson Exp $ +# $NetBSD: t_vmstat.sh,v 1.2 2020/06/25 11:12:03 jruoho Exp $ # # Copyright (c) 2013 The NetBSD Foundation, Inc. # All rights reserved. @@ -27,7 +27,8 @@ atf_test_case default default_head() { - atf_set "descr" "Test that vmstat(1) returns success when run with no arguments" + atf_set "descr" "Test that vmstat(1) returns " \ + "success when run with no arguments" } default_body() { atf_check -s exit:0 -o ignore -e empty vmstat @@ -35,7 +36,8 @@ default_body() { atf_test_case opt_s opt_s_head() { - atf_set "descr" "Test that vmstat(1) returns success when run with -s (PR 44518)" + atf_set "descr" "Test that vmstat(1) returns " \ + "success when run with -s (PR bin/44518)" } opt_s_body() { atf_check -s exit:0 -o ignore -e empty vmstat -s |
