diff options
author | Bruno Haible <bruno@clisp.org> | 2008-05-25 14:24:45 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2008-05-25 14:24:45 +0200 |
commit | 1d7987fd58e092808b95f56d8cef81336b65fb09 (patch) | |
tree | ff682a520e8ff81b9b0bd13f2307055748782ac8 /tests/test-copy-file.sh | |
parent | 025733d35d2371eca95b865e46f57d892c11ce9d (diff) | |
download | gnulib-1d7987fd58e092808b95f56d8cef81336b65fb09.tar.gz |
Update after program was renamed.
Diffstat (limited to 'tests/test-copy-file.sh')
-rwxr-xr-x | tests/test-copy-file.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |