Fix RAIDZ_TEST tests
Remove stray trailing } which prevented the raidz stress tests from running in-tree. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
31b6111fd9
commit
62b2d54b2b
|
@ -28,7 +28,7 @@ export ZINJECT=${CMDDIR}/zinject/zinject
|
||||||
export ZPOOL=${CMDDIR}/zpool/zpool
|
export ZPOOL=${CMDDIR}/zpool/zpool
|
||||||
export ZTEST=${CMDDIR}/ztest/ztest
|
export ZTEST=${CMDDIR}/ztest/ztest
|
||||||
export ZPIOS=${CMDDIR}/zpios/zpios
|
export ZPIOS=${CMDDIR}/zpios/zpios
|
||||||
export RAIDZ_TEST=${CMDDIR}/raidz_test/raidz_test}
|
export RAIDZ_TEST=${CMDDIR}/raidz_test/raidz_test
|
||||||
|
|
||||||
export COMMON_SH=${SCRIPTDIR}/common.sh
|
export COMMON_SH=${SCRIPTDIR}/common.sh
|
||||||
export ZFS_SH=${SCRIPTDIR}/zfs.sh
|
export ZFS_SH=${SCRIPTDIR}/zfs.sh
|
||||||
|
|
Loading…
Reference in New Issue