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 934c179..7eac0d5 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -44,7 +44,7 @@ else
     SH_TEST_OPTS += -x
   endif
   quiet_pre = @echo '* $@';
-  quiet_post = 2>&1 | tee $(t_log); exit $$(cat $(t_code))
+  quiet_post = 2>&1 | ./bin/utee $(t_log); exit $$(cat $(t_code))
   pfx = $@
 endif