mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
We'd rather not sacrifice readable "diff -u" output even for "diff -c" output (not supported by busybox) or for even less readable ed-style "diff" output. So use init.sh's compare function * tests/test-version-etc.sh: Source init.sh and add "." to path. Remove "./" from invocation of test-version-etc, so we use path. And s/diff/compare/. * modules/version-etc-tests (Depends-on): Add test-framework-sh, to get init.sh. Prompted by Eric Blake's comments in https://lists.gnu.org/r/sed-devel/2018-03/msg00015.html
13 lines
227 B
Plaintext
13 lines
227 B
Plaintext
Files:
|
|
tests/test-version-etc.c
|
|
tests/test-version-etc.sh
|
|
|
|
Depends-on:
|
|
test-framework-sh
|
|
version-etc-fsf
|
|
|
|
Makefile.am:
|
|
TESTS += test-version-etc.sh
|
|
check_PROGRAMS += test-version-etc
|
|
test_version_etc_LDADD = $(LDADD) @LIBINTL@
|