summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBrandon Philips <brandon@ifup.org>2011-04-19 10:24:43 -0700
committerBrandon Philips <brandon@ifup.org>2011-04-19 10:39:41 -0700
commitb4dfb2beba7124fb8d6a1807f7bc529114070630 (patch)
tree8405afbcd17293b0d7f0a1a87376a54695b86dfa /test
parenta1efce0a9b02514d8063be57b45708f17486a406 (diff)
downloadacl-b4dfb2beba7124fb8d6a1807f7bc529114070630.tar.gz
test: Makefile remove directory prefix from malformed-restore-double-owner.acl
test/ isn't necessary as this is in test/Makefile
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 0c6ee3e..d2baac8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -23,7 +23,7 @@ TESTS = $(wildcard *.test)
ROOT = $(wildcard root/*.test)
NFS = $(wildcard nfs/*.test)
LSRCFILES = sort-getfacl-output run make-tree $(TESTS) $(ROOT) $(NFS) \
- test/malformed-restore-double-owner.acl
+ malformed-restore-double-owner.acl
include $(BUILDRULES)