[BACK]Return to t_md.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / dev / md

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

Diff for /src/tests/dev/md/t_md.sh between version 1.6 and 1.7

version 1.6, 2011/02/04 19:44:00 version 1.7, 2011/05/14 17:42:28
Line 45  basic_body()
Line 45  basic_body()
         atf_check -s exit:0 $(atf_get_srcdir)/h_mdserv ${rawmd}          atf_check -s exit:0 $(atf_get_srcdir)/h_mdserv ${rawmd}
   
         export RUMP_SERVER=unix://commsock          export RUMP_SERVER=unix://commsock
         atf_check -s exit:0 -e ignore sh -c \          atf_check -s exit:0 -e ignore -x \
             "dd if=/bin/ls count=10 | rump.dd of=${rawmd} seek=100"              "dd if=/bin/ls count=10 | rump.dd of=${rawmd} seek=100"
         atf_check -s exit:0 -e ignore sh -c \          atf_check -s exit:0 -e ignore -x \
             "rump.dd if=${rawmd} skip=100 count=10 | dd of=testfile"              "rump.dd if=${rawmd} skip=100 count=10 | dd of=testfile"
         atf_check -s exit:0 -e ignore -o file:testfile dd if=/bin/ls count=10          atf_check -s exit:0 -e ignore -o file:testfile dd if=/bin/ls count=10
 }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>