From 62b2d54b2b44d5b37ffebdc43cc736860bbee3d8 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 12 Jul 2016 15:21:37 -0700 Subject: [PATCH] Fix RAIDZ_TEST tests Remove stray trailing } which prevented the raidz stress tests from running in-tree. Signed-off-by: Brian Behlendorf --- zfs-script-config.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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