# HG changeset patch # User Bruno Haible # Date 1212418074 -7200 # Node ID 193862d1f4368aa5f7a46f19a93845a9e741c156 # Parent b6cf6bba0c9daa10b2fda6f8c417926620d668c2 Remove unused code. diff -r b6cf6bba0c9d -r 193862d1f436 ChangeLog --- a/ChangeLog Mon Jun 02 13:03:21 2008 +0200 +++ b/ChangeLog Mon Jun 02 16:47:54 2008 +0200 @@ -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 -r b6cf6bba0c9d -r 193862d1f436 tests/test-file-has-acl.sh --- a/tests/test-file-has-acl.sh Mon Jun 02 13:03:21 2008 +0200 +++ b/tests/test-file-has-acl.sh Mon Jun 02 16:47:54 2008 +0200 @@ -106,18 +106,6 @@ 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.