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, 2 insertions, 2 deletions
diff --git a/tests/termios.scm b/tests/termios.scm
index f07d20a0..3fed5da3 100755
--- a/tests/termios.scm
+++ b/tests/termios.scm
@@ -7,7 +7,7 @@
;;; Code:
-(((util) mod!)
+(((util) set!)
((vulgar termios)
make-termios copy-termios
lflag
@@ -22,7 +22,7 @@
(define tty (open-input-file "/dev/tty"))
(define-syntax-rule (&= lvalue val)
- (mod! lvalue (lambda (v) (& v val))))
+ (set! lvalue = ((lambda (v) (& v val)))))
(define t (make-termios))