From: Bruno Haible Date: Sun, 25 May 2008 12:24:45 +0000 (+0200) Subject: Update after program was renamed. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d7987fd58e092808b95f56d8cef81336b65fb09;p=pspp Update after program was renamed. --- 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 (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