summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-16 19:27:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:53 -0500
commit401f107e0c211eaff56aad69735bab75f03ff4d2 (patch)
treea4ce3a24686d938e5f9ab168a116c1563e4151f9 /source4/script
parente13715774c6a656b6f7952a5ae11c49390089b31 (diff)
downloadsamba-401f107e0c211eaff56aad69735bab75f03ff4d2.tar.gz
samba-401f107e0c211eaff56aad69735bab75f03ff4d2.tar.bz2
samba-401f107e0c211eaff56aad69735bab75f03ff4d2.zip
r18588: save one more character in the socket wrapper path - seems it still
was occasionally too long for IRIX 6.4 (This used to be commit f6b65fd631ede9b53c3a8c7a300b3b6bad9f6c52)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/selftest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh
index 673c001c78..d382d5ca9f 100755
--- a/source4/script/tests/selftest.sh
+++ b/source4/script/tests/selftest.sh
@@ -51,7 +51,7 @@ export PATH
DO_SOCKET_WRAPPER=$ARG3
if [ x"$DO_SOCKET_WRAPPER" = x"SOCKET_WRAPPER" ];then
- SOCKET_WRAPPER_DIR="$PREFIX/sw"
+ SOCKET_WRAPPER_DIR="$PREFIX/w"
export SOCKET_WRAPPER_DIR
echo "SOCKET_WRAPPER_DIR=$SOCKET_WRAPPER_DIR"
else