[srm-devel] [srm commit] srm test.sh,1.7,1.8
srm is a command-line program to delete files securely.
Brought to you by:
doj
From: Dirk J. <do...@us...> - 2011-07-14 07:02:30
|
Update of /cvsroot/srm/srm In directory vz-cvs-3.sog:/tmp/cvs-serv11648 Modified Files: test.sh Log Message: fixed block device test Index: test.sh =================================================================== RCS file: /cvsroot/srm/srm/test.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- test.sh 6 Jun 2010 16:37:52 -0000 1.7 +++ test.sh 14 Jul 2011 07:02:27 -0000 1.8 @@ -69,7 +69,7 @@ testremove test.char mknod test.block b 1 1 - if [ ! -c test.block ] ; then + if [ ! -b test.block ] ; then echo could not mknod test.block exit 1 fi |