From: Bruno Haible Date: Fri, 8 Feb 2019 19:26:35 +0000 (+0100) Subject: term-ostream: Accommodate a shell that is not in /bin/sh. X-Git-Tag: v0.20~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fd340b9873d6bc88911b34807374afe558e0315;p=thirdparty%2Fgettext.git term-ostream: Accommodate a shell that is not in /bin/sh. * 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. --- diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am index 8b9b74959..45dab7856 100644 --- a/gnulib-local/Makefile.am +++ b/gnulib-local/Makefile.am @@ -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 \ diff --git a/gnulib-local/modules/term-ostream-tests b/gnulib-local/modules/term-ostream-tests index e96ff7798..6de0c87ba 100644 --- a/gnulib-local/modules/term-ostream-tests +++ b/gnulib-local/modules/term-ostream-tests @@ -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@ diff --git a/gnulib-local/tests/test-term-ostream-xterm b/gnulib-local/tests/test-term-ostream-xterm.sh similarity index 100% rename from gnulib-local/tests/test-term-ostream-xterm rename to gnulib-local/tests/test-term-ostream-xterm.sh