[SSSD] [PATCH] tests: Use unique name for TEST_PATH

Jakub Hrozek jhrozek at redhat.com
Mon Sep 14 13:37:31 UTC 2015


On Thu, Sep 10, 2015 at 03:28:50PM +0200, Lukas Slebodnik wrote:
> ehlo,
> 
> attached patch should prevent copy at paste errors in unit tests.
> 
> e.g.
> e0f2a783439fb7d3b85469f34ad6d672abf7e1fa
> 0d0e787555efc1e6e4eb39a924bb9861bf2921d5
> 
> LS

I like the patches and they improve the tests a lot, but there is a
warning when invoking Makefile.am now, about using a non-POSIX variable
name:
    Makefile.am:398: warning: *F: non-POSIX variable name

I don't really mind us using GNU extensions in Makefile.am, but shouldn't
we then use -Wno-portability to suppress warnings?


More information about the sssd-devel mailing list