From 4a9ad45de5d3d6e51bfe80647e258b4970126812 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 17 May 2007 09:10:42 +0000 Subject: [PATCH] Rename test-fprintf-posix.out to test-printf-posix.output. --- ChangeLog | 10 ++++++++++ modules/fprintf-posix-tests | 4 ++-- modules/printf-posix-tests | 4 ++-- modules/vfprintf-posix-tests | 4 ++-- modules/vprintf-posix-tests | 4 ++-- 5 files changed, 18 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 37466c8757..e4d5c4167c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-05-17 Bruno Haible + + * tests/test-printf-posix.output: Renamed from + tests/test-fprintf-posix.out. + * modules/fprintf-posix-tests: Update. + * modules/printf-posix-tests: Update. + * modules/vfprintf-posix-tests: Update. + * modules/vprintf-posix-tests: Update. + Reported by Ralf Wildenhues. + 2007-05-16 Paul Eggert * lib/fcntl_.h: Prefer #include_next to #include diff --git a/modules/fprintf-posix-tests b/modules/fprintf-posix-tests index 4e45cba9e9..824ba4cb22 100644 --- a/modules/fprintf-posix-tests +++ b/modules/fprintf-posix-tests @@ -2,7 +2,7 @@ Files: tests/test-fprintf-posix.sh tests/test-fprintf-posix.c tests/test-fprintf-posix.h -tests/test-fprintf-posix.out +tests/test-printf-posix.output Depends-on: stdint @@ -13,4 +13,4 @@ Makefile.am: TESTS += test-fprintf-posix.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' check_PROGRAMS += test-fprintf-posix -EXTRA_DIST += test-fprintf-posix.sh test-fprintf-posix.h test-fprintf-posix.out +EXTRA_DIST += test-fprintf-posix.sh test-fprintf-posix.h test-printf-posix.output diff --git a/modules/printf-posix-tests b/modules/printf-posix-tests index ea4f8f2ec0..463f269eeb 100644 --- a/modules/printf-posix-tests +++ b/modules/printf-posix-tests @@ -2,7 +2,7 @@ Files: tests/test-printf-posix.sh tests/test-printf-posix.c tests/test-printf-posix.h -tests/test-fprintf-posix.out +tests/test-printf-posix.output Depends-on: stdint @@ -13,4 +13,4 @@ Makefile.am: TESTS += test-printf-posix.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' check_PROGRAMS += test-printf-posix -EXTRA_DIST += test-printf-posix.sh test-printf-posix.h test-fprintf-posix.out +EXTRA_DIST += test-printf-posix.sh test-printf-posix.h test-printf-posix.output diff --git a/modules/vfprintf-posix-tests b/modules/vfprintf-posix-tests index 4adf6aaaf0..b91d17fe1e 100644 --- a/modules/vfprintf-posix-tests +++ b/modules/vfprintf-posix-tests @@ -2,7 +2,7 @@ Files: tests/test-vfprintf-posix.sh tests/test-vfprintf-posix.c tests/test-fprintf-posix.h -tests/test-fprintf-posix.out +tests/test-printf-posix.output Depends-on: stdint @@ -13,4 +13,4 @@ Makefile.am: TESTS += test-vfprintf-posix.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' check_PROGRAMS += test-vfprintf-posix -EXTRA_DIST += test-vfprintf-posix.sh test-fprintf-posix.h test-fprintf-posix.out +EXTRA_DIST += test-vfprintf-posix.sh test-fprintf-posix.h test-printf-posix.output diff --git a/modules/vprintf-posix-tests b/modules/vprintf-posix-tests index 26631b78e8..5335ea25b4 100644 --- a/modules/vprintf-posix-tests +++ b/modules/vprintf-posix-tests @@ -2,7 +2,7 @@ Files: tests/test-vprintf-posix.sh tests/test-vprintf-posix.c tests/test-printf-posix.h -tests/test-fprintf-posix.out +tests/test-printf-posix.output Depends-on: stdint @@ -13,4 +13,4 @@ Makefile.am: TESTS += test-vprintf-posix.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' check_PROGRAMS += test-vprintf-posix -EXTRA_DIST += test-vprintf-posix.sh test-printf-posix.h test-fprintf-posix.out +EXTRA_DIST += test-vprintf-posix.sh test-printf-posix.h test-printf-posix.output -- 2.30.2