summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-05-25 14:24:45 +0200
committerBruno Haible <bruno@clisp.org>2008-05-25 14:24:45 +0200
commit1d7987fd58e092808b95f56d8cef81336b65fb09 (patch)
treeff682a520e8ff81b9b0bd13f2307055748782ac8
parent025733d35d2371eca95b865e46f57d892c11ce9d (diff)
downloadgnulib-1d7987fd58e092808b95f56d8cef81336b65fb09.tar.gz
Update after program was renamed.
-rw-r--r--ChangeLog1
-rwxr-xr-xtests/test-copy-file.sh6
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 051950853a..5a439a22b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
* modules/copy-file-tests (Files, Makefile.am): Update.
+ * tests/test-copy-file.c (func_test_copy): Update.
2008-05-24 Andreas Färber <andreas.faerber@web.de> (tiny change)
diff --git a/tests/test-copy-file.sh b/tests/test-copy-file.sh
index 64901c8c4d..7429b172b1 100755
--- a/tests/test-copy-file.sh
+++ b/tests/test-copy-file.sh
@@ -171,9 +171,9 @@ cd "$builddir" ||
# on both.
func_test_copy ()
{
- "$builddir"/test-copy-file${EXEEXT} "$1" "$2" || exit 1
- "$builddir"/test-copy-file-sameacls${EXEEXT} "$1" "$2" || exit 1
- func_test_same_acls "$1" "$2" || exit 1
+ "$builddir"/test-copy-file${EXEEXT} "$1" "$2" || exit 1
+ "$builddir"/test-sameacls${EXEEXT} "$1" "$2" || exit 1
+ func_test_same_acls "$1" "$2" || exit 1
}
func_test_copy tmpfile0 tmpfile1