From d9ac3d712ae55d3049000ead812450e2fe067387 Mon Sep 17 00:00:00 2001 From: Nils Carlson Date: Wed, 22 Sep 2010 09:05:03 +0200 Subject: [PATCH] Fix a strange bash anomaly in test_functions.sh If anybody has time time to investigate this that would be great. Unforunately, I don't. Signed-off-by: Nils Carlson --- tests/test_functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_functions.sh b/tests/test_functions.sh index d27a734..40d4d89 100644 --- a/tests/test_functions.sh +++ b/tests/test_functions.sh @@ -40,6 +40,7 @@ function check_trace_logs() { function trace_matches() { + local OPTIND= RUNLTTV=~/devel/lttv/runlttv -- 2.34.1