aboutsummaryrefslogtreecommitdiffstats
path: root/zfs-script-config.sh.in
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2016-07-12 15:21:37 -0700
committerBrian Behlendorf <[email protected]>2016-07-12 15:23:18 -0700
commit62b2d54b2b44d5b37ffebdc43cc736860bbee3d8 (patch)
treea5fc0a2bb8dfd67d1ae0bb9a10893a4a3673cffd /zfs-script-config.sh.in
parent31b6111fd92a6bc79a34cb18fd919a29c407ff67 (diff)
Fix RAIDZ_TEST tests
Remove stray trailing } which prevented the raidz stress tests from running in-tree. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'zfs-script-config.sh.in')
-rw-r--r--zfs-script-config.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/zfs-script-config.sh.in b/zfs-script-config.sh.in
index 0a85c5fef..a95f99e53 100644
--- a/zfs-script-config.sh.in
+++ b/zfs-script-config.sh.in
@@ -28,7 +28,7 @@ export ZINJECT=${CMDDIR}/zinject/zinject
export ZPOOL=${CMDDIR}/zpool/zpool
export ZTEST=${CMDDIR}/ztest/ztest
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 ZFS_SH=${SCRIPTDIR}/zfs.sh