diff options
author | trasz <trasz@FreeBSD.org> | 2014-09-22 13:07:55 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2014-09-22 13:07:55 +0000 |
commit | bff2829041c7e19356e6c424a8c1f2fb06126062 (patch) | |
tree | 862f2c6c2449e4abb86b19c59aacc3f608b951bc /tools/regression/acltools/04.t | |
parent | ed8e08d5db88e85f0297ca7eb59f9837bcba8720 (diff) | |
download | FreeBSD-src-bff2829041c7e19356e6c424a8c1f2fb06126062.zip FreeBSD-src-bff2829041c7e19356e6c424a8c1f2fb06126062.tar.gz |
MFC r271459:
Fix ACL tests to correctly work with ZFS; previous version used wrong
paths.
PR: 191545
Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'tools/regression/acltools/04.t')
-rw-r--r-- | tools/regression/acltools/04.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/acltools/04.t b/tools/regression/acltools/04.t index ccb9928..1a13183 100644 --- a/tools/regression/acltools/04.t +++ b/tools/regression/acltools/04.t @@ -43,7 +43,7 @@ TESTDIR=$(dirname $(realpath $0)) # Set up the test filesystem. MD=`mdconfig -at swap -s 64m` MNT=`mktemp -dt acltools` -zpool create -R $MNT acltools /dev/$MD +zpool create -m $MNT acltools /dev/$MD if [ $? -ne 0 ]; then echo "not ok 1 - 'zpool create' failed." exit 1 |