Fix a strange bash anomaly in test_functions.sh
authorNils Carlson <nils.carlson@ericsson.com>
Wed, 22 Sep 2010 07:05:03 +0000 (09:05 +0200)
committerNils Carlson <nils.carlson@ericsson.com>
Wed, 22 Sep 2010 07:05:03 +0000 (09:05 +0200)
If anybody has time time to investigate this that would be great.
Unforunately, I don't.

Signed-off-by: Nils Carlson <nils.carlson@ericsson.com>
tests/test_functions.sh

index d27a734176124a75f317dc476d02169d3609fc4d..40d4d8982cffa116c1881d87f4f01e970354e68e 100644 (file)
@@ -40,6 +40,7 @@ function check_trace_logs() {
 
 
 function trace_matches() {
+    local OPTIND=
 
     RUNLTTV=~/devel/lttv/runlttv
 
This page took 0.023871 seconds and 4 git commands to generate.