Author: jelmer
Date: 2006-09-21 06:15:17 +0000 (Thu, 21 Sep 2006)
New Revision: 18778

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

Log:
Fix comparison.

Modified:
   branches/SAMBA_3_0/source/script/tests/test_posix_s3.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/tests/test_posix_s3.sh
===================================================================
--- branches/SAMBA_3_0/source/script/tests/test_posix_s3.sh     2006-09-21 
06:14:32 UTC (rev 18777)
+++ branches/SAMBA_3_0/source/script/tests/test_posix_s3.sh     2006-09-21 
06:15:17 UTC (rev 18778)
@@ -35,7 +35,7 @@
 
 rpc="RPC-AUTHCONTEXT RPC-BINDSAMBA3 RPC-SAMBA3-SRVSVC RPC-SAMBA3-SHARESEC 
RPC-UNIXINFO"
 
-if x$RUN_FROM_BUILD_FARM = xyes; then
+if test x$RUN_FROM_BUILD_FARM = xyes; then
        rpc="$rpc RPC-NETLOGSAMBA3 RPC-SAMBA3SESSIONKEY RPC-SAMBA3-GETUSERNAME"
 fi
 

Reply via email to