From 7859d0fe7249acc97e0321849a7b1acbcefbc1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 13 Jan 2021 21:58:22 +0100 Subject: Add commentary to all test files. --- tests/termios.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/termios.scm') 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!) -- cgit v1.2.3