From: Simon Wilkinson Date: Fri, 11 May 2012 20:14:38 +0000 (+0100) Subject: c-tap-harness: Fix import paths X-Git-Tag: upstream/1.8.0_pre1^2~2425 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a18848fcae234258113012839483aceb3ada1281;p=packages%2Fo%2Fopenafs.git c-tap-harness: Fix import paths Somehow or another, the file list committed as 098e6f141f2234dcd0196096ab6f739db678f746 is missing the tests/ prefix for a number of object files. Reinstate this prefix. Change-Id: I2b807bf6fb8e5f136aef571e576c036714280b0c Reviewed-on: http://gerrit.openafs.org/7398 Tested-by: BuildBot Reviewed-by: Russ Allbery Reviewed-by: Derrick Brashear --- diff --git a/src/external/c-tap-harness-files b/src/external/c-tap-harness-files index 8a2836d9d..c857bc4a1 100644 --- a/src/external/c-tap-harness-files +++ b/src/external/c-tap-harness-files @@ -1,11 +1,11 @@ LICENSE LICENSE NEWS NEWS README README -tests/runtests.c runtests.c -tests/tap/basic.c tap/basic.c -tests/tap/basic.h tap/basic.h -tests/tap/float.c tap/float.c -tests/tap/float.h tap/float.h -tests/tap/libtap.sh tap/libtap.sh -tests/tap/macros.h tap/macros.h +tests/runtests.c tests/runtests.c +tests/tap/basic.c tests/tap/basic.c +tests/tap/basic.h tests/tap/basic.h +tests/tap/float.c tests/tap/float.c +tests/tap/float.h tests/tap/float.h +tests/tap/libtap.sh tests/tap/libtap.sh +tests/tap/macros.h tests/tap/macros.h