Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libcurses/director tests/libcurses: remove include...



details:   https://anonhg.NetBSD.org/src/rev/0fb767af7f3f
branches:  trunk
changeset: 959413:0fb767af7f3f
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Feb 13 08:22:34 2021 +0000

description:
tests/libcurses: remove include path from usage message

The option has been removed a few minutes ago.

diffstat:

 tests/lib/libcurses/director/director.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 5d3f56d89fd1 -r 0fb767af7f3f tests/lib/libcurses/director/director.c
--- a/tests/lib/libcurses/director/director.c   Sat Feb 13 08:17:15 2021 +0000
+++ b/tests/lib/libcurses/director/director.c   Sat Feb 13 08:22:34 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: director.c,v 1.25 2021/02/13 08:14:46 rillig Exp $     */
+/*     $NetBSD: director.c,v 1.26 2021/02/13 08:22:34 rillig Exp $     */
 
 /*-
  * Copyright 2009 Brett Lymn <blymn%NetBSD.org@localhost>
@@ -114,7 +114,6 @@
            "file, or a file holding the terminfo description\n");
        fprintf(stderr, "    -s is the path to the slave executable\n");
        fprintf(stderr, "    -t is value to set TERM to for the test\n");
-       fprintf(stderr, "    -I is the directory to include files\n");
        fprintf(stderr, "    -C is the directory for check-files\n");
        fprintf(stderr, "    commandfile is a file of test directives\n");
        exit(1);



Home | Main Index | Thread Index | Old Index