svn commit: samba r7388 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Wed Jun 8 12:15:20 GMT 2005


Author: metze
Date: 2005-06-08 12:15:19 +0000 (Wed, 08 Jun 2005)
New Revision: 7388

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7388

Log:
- fix calling of test_posix.sh
- move smbd_fifo into the prefix dir

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh	2005-06-08 12:12:54 UTC (rev 7387)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2005-06-08 12:15:19 UTC (rev 7388)
@@ -37,18 +37,19 @@
 [tmp]
 	path = $TMPDIR
 	read only = no
+	ntvfs handler = posix
 EOF
 
 ADDARG="-s $CONFFILE"
 
-rm -f smbd_test.fifo
-mkfifo smbd_test.fifo
-$SRCDIR/bin/smbd -d1 -s $CONFFILE -M single -i < smbd_test.fifo || exit 1 &
+rm -f $PREFIX/smbd_test.fifo
+mkfifo $PREFIX/smbd_test.fifo
+$SRCDIR/bin/smbd -d1 -s $CONFFILE -M single -i < $PREFIX/smbd_test.fifo || exit 1 &
 sleep 2
 (
  $SRCDIR/script/tests/test_rpc.sh localhost $USERNAME $PASSWORD $DOMAIN $ADDARG || exit 1
  $SRCDIR/script/tests/test_binding_string.sh localhost $USERNAME $PASSWORD $DOMAIN $ADDARG || exit 1
  $SRCDIR/script/tests/test_echo.sh localhost $USERNAME $PASSWORD $DOMAIN $ADDARG || exit 1
- $SRCDIR/script/tests/test_posix.sh //localhost/tmp $USERNAME $PASSWORD $ADDARG || exit 1
+ $SRCDIR/script/tests/test_posix.sh //localhost/tmp $USERNAME $PASSWORD "" $ADDARG || exit 1
  $SRCDIR/bin/smbtorture $ADDARG ncalrpc: LOCAL-* || exit 1
-) 9>smbd_test.fifo
+) 9>$PREFIX/smbd_test.fifo



More information about the samba-cvs mailing list