From: Volker Lendecke Date: Mon, 26 Jun 2023 13:45:39 +0000 (+0200) Subject: tests: Enable a few tests for FreeBSD X-Git-Tag: talloc-2.4.1~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53c6f2fe917e581bce8c1bcfcb4ef6f2dfe7c98a;p=thirdparty%2Fsamba.git tests: Enable a few tests for FreeBSD Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/script/tests/printing/printing_var_exp_lpr_cmd.sh b/source3/script/tests/printing/printing_var_exp_lpr_cmd.sh index 8259f375a40..c25b49a7cc6 100755 --- a/source3/script/tests/printing/printing_var_exp_lpr_cmd.sh +++ b/source3/script/tests/printing/printing_var_exp_lpr_cmd.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash logfile="${SELFTEST_TMPDIR}/${USER}_printing_var_exp.log" diff --git a/source3/script/tests/test_aio_outstanding.sh b/source3/script/tests/test_aio_outstanding.sh index 66616e99000..a49718127a8 100755 --- a/source3/script/tests/test_aio_outstanding.sh +++ b/source3/script/tests/test_aio_outstanding.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Test terminating an smbclient connection with outstanding # aio requests. diff --git a/source3/script/tests/test_chdir_cache.sh b/source3/script/tests/test_chdir_cache.sh index 11967180d35..89037a244a8 100755 --- a/source3/script/tests/test_chdir_cache.sh +++ b/source3/script/tests/test_chdir_cache.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Ensure we get a chdir_current_service error if CHDIR fails with EACCESS # for an SMB2 request. diff --git a/source3/script/tests/test_close_denied_share.sh b/source3/script/tests/test_close_denied_share.sh index 056b8cf30df..2e6e285b404 100755 --- a/source3/script/tests/test_close_denied_share.sh +++ b/source3/script/tests/test_close_denied_share.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Test smbcontrol close-denied-share command. # diff --git a/source3/script/tests/test_force_close_share.sh b/source3/script/tests/test_force_close_share.sh index 87276ad1a08..c9f943ae3f7 100755 --- a/source3/script/tests/test_force_close_share.sh +++ b/source3/script/tests/test_force_close_share.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Test smbcontrol close-share command. # diff --git a/source3/script/tests/test_large_acl.sh b/source3/script/tests/test_large_acl.sh index ac960298cc0..4e98c2e1cdf 100755 --- a/source3/script/tests/test_large_acl.sh +++ b/source3/script/tests/test_large_acl.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Blackbox test for fetching a large ACL # diff --git a/source3/script/tests/test_net_cred_change_at.sh b/source3/script/tests/test_net_cred_change_at.sh index 75456928530..47434bc607d 100755 --- a/source3/script/tests/test_net_cred_change_at.sh +++ b/source3/script/tests/test_net_cred_change_at.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ $# -lt 2 ]; then cat <