]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
term-ostream: Accommodate a shell that is not in /bin/sh.
authorBruno Haible <bruno@clisp.org>
Fri, 8 Feb 2019 19:26:35 +0000 (20:26 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 8 Feb 2019 19:28:10 +0000 (20:28 +0100)
* gnulib-local/tests/test-term-ostream-xterm.sh: Renamed from
gnulib-local/tests/test-term-ostream-xterm.
* gnulib-local/modules/term-ostream-tests (Files, Makefile.am): Update
accordingly.
* gnulib-local/Makefile.am (EXTRA_DIST): Likewise.

gnulib-local/Makefile.am
gnulib-local/modules/term-ostream-tests
gnulib-local/tests/test-term-ostream-xterm.sh [moved from gnulib-local/tests/test-term-ostream-xterm with 100% similarity]

index 8b9b749593f079b98e86a6c7cd83e73e522acff0..45dab7856b4da19bfab5a297bab730a6fbbc2d15 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for the gnulib-local directory of GNU gettext
-## Copyright (C) 2006-2008, 2010-2012, 2014-2018 Free Software Foundation, Inc.
+## Copyright (C) 2006-2008, 2010-2012, 2014-2019 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -310,7 +310,7 @@ tests/test-moo-sub1.oo.h \
 tests/test-moo-sub2.oo.c \
 tests/test-moo-sub2.oo.h \
 tests/test-term-ostream.c \
-tests/test-term-ostream-xterm \
+tests/test-term-ostream-xterm.sh \
 tests/test-term-ostream-xterm-16color.out \
 tests/test-term-ostream-xterm-256color.out \
 tests/test-term-ostream-xterm-88color.out \
index e96ff77982ffa1c847b5c2585f44d1b5627e0628..6de0c87bae8a66511257c4d574c3fddc4ca231ee 100644 (file)
@@ -1,6 +1,6 @@
 Files:
 tests/test-term-ostream.c
-tests/test-term-ostream-xterm
+tests/test-term-ostream-xterm.sh
 tests/test-term-ostream-xterm-r6.out
 tests/test-term-ostream-xterm-xf86-v32.out
 tests/test-term-ostream-xterm-basic.out
@@ -24,7 +24,7 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-TESTS += test-term-ostream-xterm
+TESTS += test-term-ostream-xterm.sh
 TESTS_ENVIRONMENT += srcdir='$(srcdir)'
 check_PROGRAMS += test-term-ostream
 test_term_ostream_LDADD = $(LIBTERMCAP) $(LDADD) @INTL_MACOSX_LIBS@