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

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

Diff for /src/tests/dev/cgd/t_cgd.sh between version 1.10 and 1.11

version 1.10, 2011/05/19 20:37:50 version 1.11, 2013/02/19 21:08:24
Line 35  basic_head()
Line 35  basic_head()
 {  {
   
         atf_set "descr" "Tests that encrypt/decrypt works"          atf_set "descr" "Tests that encrypt/decrypt works"
           atf_set "require.progs" "rump_server"
 }  }
   
 basic_body()  basic_body()
Line 66  wrongpass_head()
Line 67  wrongpass_head()
   
         atf_set "descr" "Tests that wrong password does not give original " \          atf_set "descr" "Tests that wrong password does not give original " \
             "plaintext"              "plaintext"
           atf_set "require.progs" "rump_server"
 }  }
   
 wrongpass_body()  wrongpass_body()
Line 103  unaligned_write_head()
Line 105  unaligned_write_head()
 {  {
   
         atf_set "descr" "Attempt unaligned writes to a raw cgd device"          atf_set "descr" "Attempt unaligned writes to a raw cgd device"
           atf_set "require.progs" "rump_server"
 }  }
   
 unaligned_write_body()  unaligned_write_body()

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>