]> git.ipfire.org Git - thirdparty/tar.git/commit
Remove iotty test
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 6 Apr 2016 05:34:55 +0000 (08:34 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 6 Apr 2016 05:34:55 +0000 (08:34 +0300)
commit3010818f369be1555b6b2d1532682e15a11c12cc
tree6c053dea400e57051135bb112efb66e887771897
parent733e2741b1b35915b7cddf4fa3b30425289e6e07
Remove iotty test

The auxiliary utility ttyemu proved to be unreliable.  Given existing
differences between pty implementations and termios ioctls on various
platforms, writing it in a portable way requires effort disproportional
to its actual purpose.

* configure.ac: Remove check for grantpt
* gnulib.modules: Remove posix_openpt, ptsname, and unlockpt
* tests/Makefile.am (TESTSUITE_AT): Remove iotty.at
(check_PROGRAMS): Remove ttyemu.
* tests/testsuite.at: Remove iotty.at
* tests/iotty.at: Remove.
* tests/ttyemu.c: Remove.
configure.ac
gnulib.modules
tests/Makefile.am
tests/iotty.at [deleted file]
tests/testsuite.at
tests/ttyemu.c [deleted file]