source3/script/tests/test_smbclient_s3.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source3/script/tests/test_smbclient_s3.sh b/source3/script/tests/test_smbclient_s3.sh index 0ae85e8e647..901efc25f3e 100755 --- a/source3/script/tests/test_smbclient_s3.sh +++ b/source3/script/tests/test_smbclient_s3.sh @@ -1196,6 +1196,11 @@ EOF rm -f $tmpfile if [ $ret -ne 0 ] ; then + ls_cmd="ls -la $test_dir/foo/bar/" + eval echo "$ls_cmd" + echo + echo "$(eval $ls_cmd)" + echo echo "$out" echo "failed accessing nosymlinks with error $ret" false @@ -1205,6 +1210,11 @@ EOF echo "$out" | grep 'NT_STATUS' ret=$? if [ $ret -eq 0 ] ; then + ls_cmd="ls -la $test_dir/foo/bar/" + eval echo "$ls_cmd" + echo + echo "$(eval $ls_cmd)" + echo echo "$out" echo "failed - NT_STATUS_XXXX doing cd foo\\bar; get testfile on \\nosymlinks" false