aboutsummaryrefslogtreecommitdiff
path: root/tests/termios.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 21:58:22 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 22:49:05 +0100
commit7859d0fe7249acc97e0321849a7b1acbcefbc1ff (patch)
tree039bc31337f89a8ef675da25abd35feaa3d79abe /tests/termios.scm
parentAdd commentary to run-tests. (diff)
downloadcalp-7859d0fe7249acc97e0321849a7b1acbcefbc1ff.tar.gz
calp-7859d0fe7249acc97e0321849a7b1acbcefbc1ff.tar.xz
Add commentary to all test files.
Diffstat (limited to '')
-rw-r--r--tests/termios.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/termios.scm b/tests/termios.scm
index 214a12a0..c0cb4323 100644
--- a/tests/termios.scm
+++ b/tests/termios.scm
@@ -1,10 +1,8 @@
;;; Commentary:
-
;; Tests that my termios function works, at least somewhat.
-;; Note that this actually modifies the terminal it's run on, and might fail if
-;; the terminal doesn't support the wanted modes. See termios(3).
+;; Note that this actually modifies the terminal it's run on, and might fail
+;; if the terminal doesn't support the wanted modes. See termios(3).
;; It might also leave the terminal in a broken state if exited prematurely.
-
;;; Code:
(((calp util) set!)