recv Discover {
#
- # Include the test file specified by the
- # KEYWORD environment variable.
+ # Include the test file specified by the
+ # KEYWORD environment variable.
#
- $INCLUDE ${keyword}/$ENV{KEYWORD}
+ # Wrap it in a "group" so that the test
+ # can put local variable definitions at the
+ # top of the file.
+ #
+ group {
+ $INCLUDE ${keyword}/$ENV{KEYWORD}
+ }
}
}
recv Solicit {
#
- # Include the test file specified by the
- # KEYWORD environment variable.
+ # Include the test file specified by the
+ # KEYWORD environment variable.
#
- $INCLUDE ${keyword}/$ENV{KEYWORD}
+ # Wrap it in a "group" so that the test
+ # can put local variable definitions at the
+ # top of the file.
+ #
+ group {
+ $INCLUDE ${keyword}/$ENV{KEYWORD}
+ }
}
}
&control.Password.Cleartext := "hello"
#
- # Include the test file specified by the
- # KEYWORD environment variable.
+ # Include the test file specified by the
+ # KEYWORD environment variable.
#
- $INCLUDE ${keyword}/$ENV{KEYWORD}
+ # Wrap it in a "group" so that the test
+ # can put local variable definitions at the
+ # top of the file.
+ #
+ group {
+ $INCLUDE ${keyword}/$ENV{KEYWORD}
+ }
if (&control.Password.Cleartext) {
pap