[Pkg-shadow-commits] r2559 - debian/trunk/tests/su/01

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Wed Mar 18 15:19:45 UTC 2009


Author: nekral-guest
Date: 2009-03-18 15:19:44 +0000 (Wed, 18 Mar 2009)
New Revision: 2559

Modified:
   debian/trunk/tests/su/01/run_su.exp
Log:
Fix the exit sequence.


Modified: debian/trunk/tests/su/01/run_su.exp
===================================================================
--- debian/trunk/tests/su/01/run_su.exp	2009-03-18 15:18:30 UTC (rev 2558)
+++ debian/trunk/tests/su/01/run_su.exp	2009-03-18 15:19:44 UTC (rev 2559)
@@ -59,7 +59,10 @@
 
 		expect {
 			-re "\\($user\\).*\\($user\\).*\\($user\\)" {
-				puts "PASS"
+				expect "$prompt"
+				send "exit\r"
+				expect "$ "
+				puts "\nPASS"
 				exit 0
 			}
 		}




More information about the Pkg-shadow-commits mailing list