mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
9911a9c4c9
zfs_commands.cfg have printed "No such file or directory", When executing script/zfs-test.sh. The script is a symlink to ../../../zfs-script-config.sh So delete the symlink, and directly source $SRCDIR/zfs-script-config.sh when it exists from default.cfg.in Reviewed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: legend-hua <liu.hua130@zte.com.cn> Closes #5133
8 lines
157 B
Makefile
8 lines
157 B
Makefile
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/include
|
|
dist_pkgdata_SCRIPTS = \
|
|
commands.cfg \
|
|
default.cfg \
|
|
libtest.shlib \
|
|
math.shlib \
|
|
properties.shlib
|