aboutsummaryrefslogtreecommitdiff
path: root/build2/test/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/rule.cxx')
-rw-r--r--build2/test/rule.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx
index 8a4c15d..2dc4abd 100644
--- a/build2/test/rule.cxx
+++ b/build2/test/rule.cxx
@@ -338,6 +338,7 @@ namespace build2
assert (!ot.path ().empty ()); // Should have been assigned by update.
args.push_back ("diff");
+ args.push_back ("--strip-trailing-cr"); //@@ TMP: see module.cxx
args.push_back ("-u");
args.push_back (ot.path ().string ().c_str ());
args.push_back ("-");