r17540: store command line args of selftest.sh in local vars
authorStefan Metzmacher <metze@samba.org>
Mon, 14 Aug 2006 16:35:56 +0000 (16:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:15:35 +0000 (14:15 -0500)
commitebfb719e3d048383c04e5d665b23d7fcb4e48fb4
treed4ee60d599ba5036dbc901e7801d7a82ad49a3b1
parent200b1a5c81bd61320ac6b7e79880411920e3f432
r17540: store command line args of selftest.sh in local vars
as $0,$1,$2,$3 may change in side the script
or included scripts.

This fixes the usage of SOCKET_WRAPPER on non linux
systems (tested on IRIX 6.4)

metze
source/script/tests/selftest.sh