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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Jan 6 19:53:47 UTC 2008


Author: nekral-guest
Date: 2008-01-06 19:53:47 +0000 (Sun, 06 Jan 2008)
New Revision: 1689

Modified:
   debian/trunk/tests/su/01/run_su.exp
Log:
Add default failure target if one step times out.


Modified: debian/trunk/tests/su/01/run_su.exp
===================================================================
--- debian/trunk/tests/su/01/run_su.exp	2008-01-06 19:53:09 UTC (rev 1688)
+++ debian/trunk/tests/su/01/run_su.exp	2008-01-06 19:53:47 UTC (rev 1689)
@@ -1,6 +1,7 @@
 #!/usr/bin/expect
 
 set timeout 2
+expect_after default {puts "\nFAIL"; exit 1}
 
 if {$argc != 3} {
 	puts "usage: run_su.exp <user> <password> <prompt>"




More information about the Pkg-shadow-commits mailing list