[BACK]Return to t_vmstat.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / usr.bin / vmstat

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/tests/usr.bin/vmstat/t_vmstat.sh between version 1.1.8.2 and 1.2

version 1.1.8.2, 2014/08/20 00:04:53 version 1.2, 2020/06/25 11:12:03
Line 27 
Line 27 
   
 atf_test_case default  atf_test_case default
 default_head() {  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() {  default_body() {
         atf_check -s exit:0 -o ignore -e empty vmstat          atf_check -s exit:0 -o ignore -e empty vmstat
Line 35  default_body() {
Line 36  default_body() {
   
 atf_test_case opt_s  atf_test_case opt_s
 opt_s_head() {  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() {  opt_s_body() {
         atf_check -s exit:0 -o ignore -e empty vmstat -s          atf_check -s exit:0 -o ignore -e empty vmstat -s

Legend:
Removed from v.1.1.8.2  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>