Index: /branches/eam_branches/ipp-20140717/ippToPsps/test/sastest.sh
===================================================================
--- /branches/eam_branches/ipp-20140717/ippToPsps/test/sastest.sh	(revision 37165)
+++ /branches/eam_branches/ipp-20140717/ippToPsps/test/sastest.sh	(revision 37166)
@@ -167,5 +167,5 @@
   mysql -h localhost -u dvo -pdvo -e "drop database ipptopsps_scratch"
   mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_scratch"
-  ippjython setupScratchDb.py -test
+  ippjython setupScratchDb.py -test < /dev/null
   if ($status) exit
 endif
@@ -217,5 +217,5 @@
 
   rm -rf $OUTDIR/IN
-  ippjython loader.py -test initbatch init
+  ippjython loader.py -test initbatch init < /dev/null
   if ($status) exit
 endif
@@ -314,5 +314,5 @@
   endif
   rm -rf $OUTDIR/ST
-  ippjython loader.py -test $stackqueuename once
-  if ($status) exit
-endif
+  ippjython loader.py -test $stackqueuename once < /dev/null
+  if ($status) exit
+endif
