diff options
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 |