]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Fix RAIDZ_TEST tests
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 12 Jul 2016 22:21:37 +0000 (15:21 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 12 Jul 2016 22:23:18 +0000 (15:23 -0700)
Remove stray trailing } which prevented the raidz stress tests from
running in-tree.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
zfs-script-config.sh.in

index 0a85c5fef6d488df4f1f7dab28c0eae916b363d8..a95f99e532e312325d97e05a180dedcc0b3a6acf 100644 (file)
@@ -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