diff options
Diffstat (limited to 'scripts/zfs-tests.sh')
-rwxr-xr-x | scripts/zfs-tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/zfs-tests.sh b/scripts/zfs-tests.sh index f17f1e19f..3208b8df2 100755 --- a/scripts/zfs-tests.sh +++ b/scripts/zfs-tests.sh @@ -401,6 +401,8 @@ constrain_path # Check if ksh exists # [ -e "$STF_PATH/ksh" ] || fail "This test suite requires ksh." +[ -e "$STF_SUITE/include/default.cfg" ] || fail \ + "Missing $STF_SUITE/include/default.cfg file." # # Verify the ZFS module stack if loaded. |