From 762a6a14e8e99b079a226350eec8605edc51a8f9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 18 Jul 2005 23:58:59 +0000 Subject: r8559: Couple of (D)COM updates: - Fixes annoying array-of-pointers bug in pidl. - No longer "inherit" alignment thru subcontexts - Use "Image Object" as example DCOM object, rather then the "My Computer" object, which is built-in and can't be accessed remotely as far as I can see (This used to be commit bd706d496405d274b68c1ee560211837a8e63009) --- source4/script/tests/selftest.sh | 2 ++ source4/script/tests/test_functions.sh | 0 2 files changed, 2 insertions(+) mode change 100644 => 100755 source4/script/tests/test_functions.sh (limited to 'source4/script/tests') diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index 6579623e2c..9b0c5f3a4a 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -1,4 +1,6 @@ #!/bin/sh +# Bootstrap Samba and run a number of tests against it. + DOMAIN=SAMBADOMAIN USERNAME=administrator REALM=$DOMAIN diff --git a/source4/script/tests/test_functions.sh b/source4/script/tests/test_functions.sh old mode 100644 new mode 100755 -- cgit