log-tree: respect diffopt's configured output file stream
[gitweb.git] / t / test-lib.sh
index 39c70f03269c263fb4872efed88a4142aec25be1..0055ebba46d539f30b9484335501571c3b4879bd 100644 (file)
@@ -867,10 +867,10 @@ test -d "$GIT_BUILD_DIR"/templates/blt || {
        error "You haven't built things yet, have you?"
 }
 
-if ! test -x "$GIT_BUILD_DIR"/test-chmtime
+if ! test -x "$GIT_BUILD_DIR"/t/helper/test-chmtime
 then
        echo >&2 'You need to build test-chmtime:'
-       echo >&2 'Run "make test-chmtime" in the source (toplevel) directory'
+       echo >&2 'Run "make t/helper/test-chmtime" in the source (toplevel) directory'
        exit 1
 fi