--- a/testcases/commands/su/su01	2010-04-01 16:15:00.000000000 +0900
+++ b/testcases/commands/su/su01	2010-04-20 13:26:53.000000000 +0900
@@ -81,6 +81,17 @@
 rm -f $TEST_ENV_FILE > /dev/null 2>&1
 
 
+#Set password of root-user
+	echo "Please input password of root-user within 30 seconds."
+	read -t 30 PASSWD
+	if [ $? != 0 ]
+	then {
+		echo "Time over. Password was not input."
+                exit 1
+	}
+	fi
+	export PASSWD
+
 #Create 1st test user
     #erase user if he may exist , so we can have a clean en
         rm -rf /home/$TEST_USER1
