50c9d54 tests: Use unique name for TEST_PATH

20 files Authored by lslebodn 8 years ago, Committed by jhrozek 8 years ago,
    tests: Use unique name for TEST_PATH
    
    We had a cases in patch where two tests were using the same TEST_PATH
    and therefore they were stepping each other to the same files
    which caused failures. These failures are not easy to reproduce.
    
    This patch uses macro BASE_FILE_STEM for unique name. It should prevent
    copy&paste problem resulting to intermittent failures.
    
    @see also
    https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    
        
file modified
+3 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1