xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-support/attr/acl/run-ptest (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#!/bin/sh
2#
3#This script is used to run acl test suites
4
5#umask 077
6
7mkdir -p /tmp/acl-ptest/test
8cp test/test.* /tmp/acl-ptest/test
9
10make test-suite.log
11