about summary refs log tree commit homepage
path: root/t/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 't/GNUmakefile')
-rw-r--r--t/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index e957b66..934c179 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -29,7 +29,7 @@ t_log = $(t_pfx).log
 t_run = $(TRACER) $(SHELL) $(SH_TEST_OPTS) $@
 
 # prefix stdout messages with ':', and stderr messages with '!'
-t_wrap = ( ( ( $(RM) $(t_code); \
+t_wrap = ( ( ( echo 42 > $(t_code); \
   $(t_run); \
   echo $$? > $(t_code) ) \
   | sed 's/^/$(pfx):/' 1>&3 ) 2>&1 \