diff --git a/src/tools/testing.jam b/src/tools/testing.jam index 1416bcf55..f8d8b9076 100644 --- a/src/tools/testing.jam +++ b/src/tools/testing.jam @@ -363,7 +363,7 @@ rule capture-output ( target : source : properties * ) if ! $(preserve-test-targets) { - TEMPORARY $(sources) ; + TEMPORARY $(source) ; RmTemps $(target) : $(source) ; } }