Skip to content

Commit

Permalink
src/tests: Fix a typo in runtest
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwarat committed Apr 6, 2018
1 parent 32f2f2b commit 68e162a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tests/runtest
Expand Up @@ -92,10 +92,9 @@ for t in $DISABLE_GUI_TESTS; do
fi
done

test -d $tstdir || mkdir $tstdir

run_test_case()
{
test -d $tstdir || mkdir $tstdir
pushd $tstdir

need_bus=no
Expand Down Expand Up @@ -132,7 +131,7 @@ run_test_case()

retval=`expr $retval \| $?`

$popd
popd

func_cleanup $tstdir
}
Expand Down

0 comments on commit 68e162a

Please sign in to comment.