aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/zfs-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/zfs-tests.sh b/scripts/zfs-tests.sh
index e1e114128..1f142455a 100755
--- a/scripts/zfs-tests.sh
+++ b/scripts/zfs-tests.sh
@@ -221,7 +221,7 @@ create_links() {
[ ! -e "$STF_PATH/$i" ] || continue
if [ ! -d "$j/$i" ] && [ -e "$j/$i" ]; then
- ln -s "$j/$i" "$STF_PATH/$i" || \
+ ln -sf "$j/$i" "$STF_PATH/$i" || \
fail "Couldn't link $i"
break
fi