From df096c67f0c39c640ad75ac6047f9dcc61299f1b Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 23 Mar 2012 18:46:55 +0000 Subject: make-patch test: fix path to hello binary --- tests/make-patch.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/make-patch.script b/tests/make-patch.script index b0b8e7ef..cc2af3b6 100755 --- a/tests/make-patch.script +++ b/tests/make-patch.script @@ -83,4 +83,4 @@ UNPACKED="$DATADIR"/unpacked mkdir -p "$UNPACKED" tar -C "$UNPACKED" -xf "$DATADIR"/farrokh-stratum (cd "$UNPACKED" && tbdiff-deploy "$PATCH") -"$UNPACKED"/hello +"$UNPACKED"/bin/hello -- cgit v1.2.1