From 480b7262ecb18443cdcbf0c2d7a204f03f5b88c6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 2 Jul 2012 15:05:10 +0100 Subject: Add workaround for test case --- tests/morphless-chunks.script | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/morphless-chunks.script b/tests/morphless-chunks.script index 956bd7c1..41137d68 100755 --- a/tests/morphless-chunks.script +++ b/tests/morphless-chunks.script @@ -26,6 +26,8 @@ cd "$DATADIR/morphless" touch configure chmod +x configure +# FIXME: If we leave the file empty, busybox sh on ARMv7 fails to execute it. +echo '#!/bin/sh' > configure cat << EOF > Makefile all install: -- cgit v1.2.1