From 0b4c37d63c2d3fda4bc433f231c549d09ecb2ae2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 2 Jun 2008 16:47:54 +0200 Subject: [PATCH] Remove unused code. --- ChangeLog | 4 ++++ tests/test-file-has-acl.sh | 12 ------------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 84346f7f0..b44d8a2b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-02 Bruno Haible + + * tests/test-file-has-acl.sh: Remove unused code. + 2008-06-01 Bruno Haible * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl. diff --git a/tests/test-file-has-acl.sh b/tests/test-file-has-acl.sh index bb5568c22..7f1c376b6 100755 --- a/tests/test-file-has-acl.sh +++ b/tests/test-file-has-acl.sh @@ -106,18 +106,6 @@ cd "$builddir" || fi fi - # func_test_has_acl file expected - # tests the result of the file_has_acl function on file, and checks that it - # matches the expected value. - func_test_has_acl () - { - res=`"$builddir"/test-file-has-acl${EXEEXT} "$1"` - test "$res" = "$2" || { - echo "file_has_acl(\"$1\") returned $res, expected $2" 1>&2 - exit 1 - } - } - # func_test_file_has_acl file expected # tests the result of the file_has_acl function on file, and checks that it # matches the expected value. -- 2.11.0