From 025733d35d2371eca95b865e46f57d892c11ce9d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 25 May 2008 13:51:56 +0200 Subject: [PATCH] Rename tests/test-copy-file-sameacls.c to tests/test-sameacls.c. --- ChangeLog | 5 +++++ modules/copy-file-tests | 6 +++--- tests/{test-copy-file-sameacls.c => test-sameacls.c} | 0 3 files changed, 8 insertions(+), 3 deletions(-) rename tests/{test-copy-file-sameacls.c => test-sameacls.c} (100%) diff --git a/ChangeLog b/ChangeLog index 594035cae..051950853 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-25 Bruno Haible + + * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c. + * modules/copy-file-tests (Files, Makefile.am): Update. + 2008-05-24 Andreas Färber (tiny change) * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds. diff --git a/modules/copy-file-tests b/modules/copy-file-tests index 424ff3153..999c677fc 100644 --- a/modules/copy-file-tests +++ b/modules/copy-file-tests @@ -1,7 +1,7 @@ Files: tests/test-copy-file.sh tests/test-copy-file.c -tests/test-copy-file-sameacls.c +tests/test-sameacls.c Depends-on: acl @@ -28,6 +28,6 @@ LIBS="$save_LIBS" Makefile.am: TESTS += test-copy-file.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' -check_PROGRAMS += test-copy-file test-copy-file-sameacls +check_PROGRAMS += test-copy-file test-sameacls test_copy_file_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ -test_copy_file_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ +test_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ diff --git a/tests/test-copy-file-sameacls.c b/tests/test-sameacls.c similarity index 100% rename from tests/test-copy-file-sameacls.c rename to tests/test-sameacls.c -- 2.11.0