Revert "s3:test: try to find why creating BUILTIN\Administrators doesn't work in...
authorStefan Metzmacher <metze@samba.org>
Tue, 3 Feb 2009 16:04:42 +0000 (17:04 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 3 Feb 2009 16:07:43 +0000 (17:07 +0100)
This reverts commit 20a1cb15699c781651593c68685ece91c03e6a18.

I will also revert a849183f9492d09ccd7e273f955d4d8f2668fdf3

metze

source3/script/tests/selftest.sh

index af01d0f9614b3a0c5c8aac75f4b8b2d0ec37a98c..c02e0ee1830984753d581cff213321fd3a3d4830 100755 (executable)
@@ -346,11 +346,9 @@ START=`date`
  MAKE_TEST_BINARY=""
 
  MAKE_TEST_BINARY="bin/net"
- printf "%s\n" "creating BUILTIN\\Administrators..."
- bin/net -s $SERVERCONFFILE sam createbuiltingroup Administrators || {
-   echo "FAILED: $?"
-   exit 1
- }
+ printf "%s" "creating BUILTIN\\Administrators..."
+ bin/net -s $SERVERCONFFILE sam createbuiltingroup \
+   Administrators > /dev/null 2>&1 ||  exit 1
  echo "DONE"
  MAKE_TEST_BINARY=""