~ubuntu-branches/ubuntu/natty/expect/natty

« back to all changes in this revision

Viewing changes to tests/stty.test

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-10-23 12:24:40 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091023122440-5uujs2py5bx5v7vs
* Added buid conflict with autoconf2.13 because autoconf 2.50 or newer is
  required to process configure.in template.
* Fixed building with the current config.sub and config.guess from
  autotools-dev package (closes: #551332).
* Fixed cleaning after build is done.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    # do this in a way that is backward compatible for Tcl 8.3
10
10
    namespace import ::tcltest::test ::tcltest::cleanupTests
11
11
}
 
12
package require Expect
12
13
 
13
14
#exp_internal -f /dev/ttyp5 0
14
15