From a18848fcae234258113012839483aceb3ada1281 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Fri, 11 May 2012 21:14:38 +0100 Subject: [PATCH] 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 --- src/external/c-tap-harness-files | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/external/c-tap-harness-files b/src/external/c-tap-harness-files index 8a2836d9d5..c857bc4a12 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