Update after program was renamed.
authorBruno Haible <bruno@clisp.org>
Sun, 25 May 2008 12:24:45 +0000 (14:24 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 25 May 2008 12:24:45 +0000 (14:24 +0200)
ChangeLog
tests/test-copy-file.sh

index 0519508..5a439a2 100644 (file)
--- 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)
 
index 64901c8..7429b17 100755 (executable)
@@ -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