Update of /cvsroot/sblim/cmpi-nfsv3/test
In directory vz-cvs-3.sog:/tmp/cvs-serv28537/test
Modified Files:
sblim-cmpi-nfsv3-test.sh
Log Message:
Fixed 3275169: bash error reported in provider bootstrap scripts
Index: sblim-cmpi-nfsv3-test.sh
===================================================================
RCS file: /cvsroot/sblim/cmpi-nfsv3/test/sblim-cmpi-nfsv3-test.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sblim-cmpi-nfsv3-test.sh 8 May 2004 04:48:43 -0000 1.7
+++ sblim-cmpi-nfsv3-test.sh 5 Apr 2011 01:35:17 -0000 1.8
@@ -24,7 +24,7 @@
# Run the tests for each class
for CLASSNAME in $CLASSNAMES; do
echo "Running tests for $CLASSNAME..."
- ./run.sh $CLASSNAME
+ ./run.sh $CLASSNAME $*
done
# Cleanup
|