chiark / gitweb /
Testing: autotest: Move some code about
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 28 Oct 2015 16:49:42 +0000 (16:49 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 28 Oct 2015 16:49:42 +0000 (16:49 +0000)
No functional change.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tests/autotest

index fd3b73266f91f26f5a2894c69ad1cb3ca089aa77..4ba46dc5fbf8d801d0044d88065e91651136a692 100755 (executable)
@@ -14,15 +14,6 @@ set env(TERM) vt100
 log_user 0
 log_file -a $tt/expect.log
 
-proc dospawn {} {
-     global pwd spawn_id
-
-     spawn -nottycopy \
-     w3m -config /dev/null -o cgi_bin=$pwd/tests file:///cgi-bin/wrap/Tsuffix
-}
-
-dospawn
-
 proc timeout-abort {} {
      send_log "\r\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
      error "aborting due to timeout"
@@ -47,7 +38,14 @@ proc epage {str} {
     etxt $str
 }
 
-epage {You need to log in}
+proc dospawn {} {
+     global pwd spawn_id
+
+     spawn -nottycopy \
+     w3m -config /dev/null -o cgi_bin=$pwd/tests file:///cgi-bin/wrap/Tsuffix
+
+     epage {You need to log in}
+}
 
 proc fillformfield {value} {
     send "\t\r$value\r"
@@ -66,6 +64,8 @@ proc loginas {user {password sesame} {wanttxt ACCESSGRANTED}} {
      submitform-expect $wanttxt
 }
 
+dospawn
+
 loginas alice bogus "wrong password"
 
 loginas alice