Index: /issm/trunk/packagers/macosx-dakota/package.sh
===================================================================
--- /issm/trunk/packagers/macosx-dakota/package.sh	(revision 23916)
+++ /issm/trunk/packagers/macosx-dakota/package.sh	(revision 23917)
@@ -26,14 +26,14 @@
 fi
 
-# Check that test218 (first Dakota test) runs
+# Check that test101 runs
 cd $ISSM_DIR/test/NightlyRun
 rm matlab.log
-$MATLAB_PATH/bin/matlab -nodisplay -nojvm -nosplash -nodesktop -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',218); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log
+$MATLAB_PATH/bin/matlab -nodisplay -nojvm -nosplash -nodesktop -r "try, addpath $ISSM_DIR/bin $ISSM_DIR/lib; runme('id',101); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log
 
 if [[ $(cat matlab.log | grep -c SUCCESS) -lt 10 ]]; then
-	echo "test218 FAILED"
+	echo "test101 FAILED"
 	exit 1;
 else
-	echo "test218 PASSED"
+	echo "test101 PASSED"
 fi
 
