From fb77fc13d86c620326eb1e8c15162182e9b7d105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 20 Apr 2019 21:59:03 +0200 Subject: Fix up tests. --- tests/termios.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/termios.scm') 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") -- cgit v1.2.3