#3130 closed defect (fixed)
attr and acl: missing sort-getfattr-output and sort-getfacl-output files
Reported by: | Wayne Blaszczyk | Owned by: | Wayne Blaszczyk |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Found the files at git.savannah.gnu.org.
cat > test/sort-getfattr-output << "EOF" #! /usr/bin/perl -w
undef $/; print join("\n\n", sort split(/\n\n/, <>)), "\n\n"; EOF cat > test/sort-getfacl-output << "EOF" #! /usr/bin/perl -w
undef $/; print join("\n\n", sort split(/\n\n/, <>)), "\n\n"; EOF
Not sure why they were left out of the final tarballs. The file belong under the test directory.
Change History (4)
comment:1 by , 14 years ago
Milestone: | future → 6.7 |
---|
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Updated milestone to 6.7