aboutsummaryrefslogtreecommitdiff
path: root/tests/termios.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-04-20 21:59:03 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-04-20 21:59:03 +0200
commitfb77fc13d86c620326eb1e8c15162182e9b7d105 (patch)
tree82932f4f136e0eb8768f71687f37610aa6f77ead /tests/termios.scm
parentRemove remaining export's. (diff)
downloadcalp-fb77fc13d86c620326eb1e8c15162182e9b7d105.tar.gz
calp-fb77fc13d86c620326eb1e8c15162182e9b7d105.tar.xz
Fix up tests.
Diffstat (limited to 'tests/termios.scm')
-rwxr-xr-xtests/termios.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/termios.scm b/tests/termios.scm
index 707648d4..3d5ef9d1 100755
--- a/tests/termios.scm
+++ b/tests/termios.scm
@@ -20,8 +20,6 @@
(define-syntax-rule (&= lvalue val)
(mod! lvalue (lambda (v) (& v val))))
-(test-begin "termios")
-
(define t (make-termios))
(test-equal 0 (tcgetattr! t))
@@ -35,5 +33,3 @@
(test-equal (& ifl (~ (|| ECHO ICANON)))
(lflag t))
(test-equal 0 (tcsetattr! copy))
-
-(test-end "termios")