diff --git a/gas/testsuite/gas/mn10300/basic.exp b/gas/testsuite/gas/mn10300/basic.exp
index af9d8732ca1..56cdade2de1 100644
--- a/gas/testsuite/gas/mn10300/basic.exp
+++ b/gas/testsuite/gas/mn10300/basic.exp
@@ -1736,7 +1736,7 @@ proc do_am33_8 {} {
 
 proc run_list_test { name opts } {
     global srcdir subdir
-    set testname "alpha $name"
+    set testname "mn10300 $name"
     set file $srcdir/$subdir/$name
     gas_run ${name}.s $opts ">&dump.out"
     if { [regexp_diff "dump.out" "${file}.l"] } then {