aboutsummaryrefslogtreecommitdiff
path: root/tests/termios.scm
diff options
context:
space:
mode:
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")