Stupid typo in fix to run-misc-tests.sh

Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
Al Stone 2014-05-22 19:18:47 -06:00
parent 09074c9a3e
commit c1b58bb48e

View File

@ -20,7 +20,7 @@ $BINDIR/iasl -h
m=`uname -m`
case $m in
s390x | ppc64le \
s390x | ppc64le | \
*64) BITS=64
;;
*) BITS=32