chiark / gitweb /
Testing: Move \t out of submitform-expect
[cgi-auth-flexible.git] / tests / autotest
index 60143a275d752a56d8772f11954c32a370f81766..43f4080ceae9ac5672da4f0992595289e02c1f4c 100755 (executable)
@@ -48,17 +48,19 @@ proc fillformfield {value} {
 }
 
 proc submitform-expect {wanttxt} {
-    send "\t\r"
+    send "\r"
     etxt "loading file"
     epage $wanttxt
 }
 
 fillformfield alice
 fillformfield bogus
+send "\t"
 submitform-expect "wrong password"
 
 fillformfield alice
 fillformfield sesame
+send "\t"
 submitform-expect "ACCESSGRANTED"
 
 etxt {path = '/Tsuffix'}