diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-10-14 21:19:11 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-10-14 21:19:20 +0200 |
commit | 828f03a063ef5e1e9bb113614083c3f4e59d5317 (patch) | |
tree | da8fee23a6cdbf2dfe5fd2293dc795b0ba6c257e /tests/05read.c | |
parent | 77878abe90a3bec0055faf6bd6e4871cc6f1a474 (diff) | |
download | termo-828f03a063ef5e1e9bb113614083c3f4e59d5317.tar.gz termo-828f03a063ef5e1e9bb113614083c3f4e59d5317.tar.xz termo-828f03a063ef5e1e9bb113614083c3f4e59d5317.zip |
Get rid of most block comments
They're rather difficult to maintain.
Diffstat (limited to 'tests/05read.c')
-rw-r--r-- | tests/05read.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/05read.c b/tests/05read.c index 3fb9674..bd7d07c 100644 --- a/tests/05read.c +++ b/tests/05read.c @@ -12,11 +12,10 @@ main (int argc, char *argv[]) plan_tests (21); - /* We'll need a real filehandle we can write/read. - * pipe () can make us one */ + // We'll need a real filehandle we can write/read. pipe() can make us one pipe (fd); - /* Sanitise this just in case */ + // Sanitise this just in case putenv ("TERM=vt100"); tk = termo_new (fd[0], NULL, TERMO_FLAG_NOTERMIOS); |