diff mbox series

selinux-testsuite: Binder goto brexit fix

Message ID 20200131230017.199775-1-richard_c_haines@btinternet.com (mailing list archive)
State Accepted
Headers show
Series selinux-testsuite: Binder goto brexit fix | expand

Commit Message

Richard Haines Jan. 31, 2020, 11 p.m. UTC
Now the deed is done, correct the final leaving date.
Could not resist adding the relevant dates to complement the 'goto brexit'
statements.

Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>
---
Before anyone asks regarding '240616' It's the result that counts !!!

 tests/binder/binder_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paul Moore Feb. 5, 2020, 11:18 p.m. UTC | #1
On Fri, Jan 31, 2020 at 6:00 PM Richard Haines
<richard_c_haines@btinternet.com> wrote:
> Now the deed is done, correct the final leaving date.
> Could not resist adding the relevant dates to complement the 'goto brexit'
> statements.
>
> Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>
> ---
> Before anyone asks regarding '240616' It's the result that counts !!!
>
>  tests/binder/binder_common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Without venturing into a political discussion, I feel the joke
deserves the proper magic number.

Acked-by: Paul Moore <paul@paul-moore.com>

> diff --git a/tests/binder/binder_common.h b/tests/binder/binder_common.h
> index f60860e..319b5dd 100644
> --- a/tests/binder/binder_common.h
> +++ b/tests/binder/binder_common.h
> @@ -43,7 +43,7 @@ enum {
>   */
>  #define TEST_SERVICE_ADD       240616 /* Sent by Service Provider */
>  #define TEST_SERVICE_GET       290317 /* Sent by Client */
> -#define TEST_SERVICE_SEND_FD   311019 /* Sent by Client */
> +#define TEST_SERVICE_SEND_FD   310120 /* Sent by Client */
>
>  extern bool verbose;
>
> --
> 2.24.1
Paul Moore Feb. 12, 2020, 2:12 a.m. UTC | #2
On Wed, Feb 5, 2020 at 6:18 PM Paul Moore <paul@paul-moore.com> wrote:
> On Fri, Jan 31, 2020 at 6:00 PM Richard Haines
> <richard_c_haines@btinternet.com> wrote:
> > Now the deed is done, correct the final leaving date.
> > Could not resist adding the relevant dates to complement the 'goto brexit'
> > statements.
> >
> > Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>
> > ---
> > Before anyone asks regarding '240616' It's the result that counts !!!
> >
> >  tests/binder/binder_common.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Without venturing into a political discussion, I feel the joke
> deserves the proper magic number.
>
> Acked-by: Paul Moore <paul@paul-moore.com>

I haven't seen an objection, so I'm going to merge this into the tree - thanks!
diff mbox series

Patch

diff --git a/tests/binder/binder_common.h b/tests/binder/binder_common.h
index f60860e..319b5dd 100644
--- a/tests/binder/binder_common.h
+++ b/tests/binder/binder_common.h
@@ -43,7 +43,7 @@  enum {
  */
 #define TEST_SERVICE_ADD	240616 /* Sent by Service Provider */
 #define TEST_SERVICE_GET	290317 /* Sent by Client */
-#define TEST_SERVICE_SEND_FD	311019 /* Sent by Client */
+#define TEST_SERVICE_SEND_FD	310120 /* Sent by Client */
 
 extern bool verbose;