[gimp/gimp-2-10] build: no need to chmod the test file which is already executable.



commit b2b2a741d215408524f5a2531385b9eae6d9828a
Author: Jehan <jehan girinstud io>
Date:   Wed Dec 22 17:13:07 2021 +0100

    build: no need to chmod the test file which is already executable.
    
    Also when working on out-of-tree builds, it would not find the file
    anyway and we get this output:
    
    > chmod: cannot access 'test-installer-langs.sh': No such file or directory
    
    Though this was not breaking the tests, it has clearly been useless
    until we see this one today.
    
    (cherry picked from commit 201cbe7e3eeed87170c06c3a79b039009473522b)

 build/windows/installer/lang/Makefile.am | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/build/windows/installer/lang/Makefile.am b/build/windows/installer/lang/Makefile.am
index 2b9b7b2701..3e5bf2c014 100644
--- a/build/windows/installer/lang/Makefile.am
+++ b/build/windows/installer/lang/Makefile.am
@@ -71,7 +71,6 @@ clean-local:
        done
 
 TESTS_ENVIRONMENT = \
-       chmod +x test-installer-langs.sh; \
        GIMP_TESTING_ABS_TOP_SRCDIR=@abs_top_srcdir@
 
 TESTS = test-installer-langs.sh


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]