?HANDLE-EXEEXT? $(patsubst %$(EXEEXT),%,$(1)))))
am.test-suite.rx.recheck = ^[ ]*:recheck:[ ]*
-am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
+am.test-suite.rx.global-result = ^[ ]*:global-test-result:[ ]*
am.test-suite.rx.result = ^[ ]*:test-result:[ ]*
am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
copy_in_global_log = 1; \
global_test_result = "RUN"; \
$(call am.test-suite.awk-io-loop/BEGIN,trs) \
- if (line ~ /$(am__global_test_result_rx)/) \
+ if (line ~ /$(am.test-suite.rx.global-result)/) \
{ \
- sub("$(am__global_test_result_rx)", "", line); \
+ sub("$(am.test-suite.rx.global-result)", "", line); \
sub("[ ]*$$", "", line); \
global_test_result = line; \
} \