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
|