changeset 10148:193862d1f436

Remove unused code.
author Bruno Haible <bruno@clisp.org>
date Mon, 02 Jun 2008 16:47:54 +0200
parents b6cf6bba0c9d
children 2f94bd2a861d
files ChangeLog tests/test-file-has-acl.sh
diffstat 2 files changed, 4 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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  <bruno@clisp.org>
+
+	* tests/test-file-has-acl.sh: Remove unused code.
+
 2008-06-01  Bruno Haible  <bruno@clisp.org>
 
 	* lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
--- 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.