#!/bin/sh # regression test for dfs access with wide links enabled on dfs share # Ensure we still maintain case insensitivity. if [ $# -lt 7 ]; then cat < EOF exit 1 fi SERVER="$1" SERVER_IP="$2" SHARE="$3" USERNAME="$4" PASSWORD="$5" PREFIX="$6" SMBCLIENT="$7" shift 7 ADDARGS="$@" incdir=$(dirname "$0")"/../../../testprogs/blackbox" . "$incdir/subunit.sh" . "$incdir/common_test_fns.inc" failed=0 # Do not let deprecated option warnings muck this up SAMBA_DEPRECATED_SUPPRESS=1 export SAMBA_DEPRECATED_SUPPRESS # Test chdir'ing into a lowercase directory with upper case. test_ci() { tmpfile="$PREFIX/smbclient_ci_commands" cat >"$tmpfile" <