mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Merge with Intel ISAL changes from github.com/minio-io/isal
- These changes bring in a much needed Mac OSX port for
Intel ISAL library
- At the current stage this MacOSX part of code is
considered beta
- pkg/cpu now supports OSX
- pkg/checksum/crc32c - is still WIP, rest of the packages
have been validated
This commit is contained in:
@@ -23,7 +23,7 @@ func (s *MySuite) TestPiping(c *C) {
|
||||
// Run the command on each directory
|
||||
for _, dir := range dirs {
|
||||
// find $DIR -type f # Find all files
|
||||
ls := exec.Command("ls", dir, "-l")
|
||||
ls := exec.Command("ls", "-l", dir)
|
||||
|
||||
// | sort -t. -k2 # Sort by file extension
|
||||
sort := exec.Command("sort", "-t.", "-k2")
|
||||
|
||||
Reference in New Issue
Block a user