When running the testsuite, I have:
    Running .../gdb/testsuite/gdb.base/define-prefix.exp ...
    DUPLICATE: gdb.base/define-prefix.exp: define user command: ghi-prefix-cmd
Fix by adjusting test names.
Tested on x86_64-linux.
     "define user command: abc-prefix def-prefix ghi-prefix-cmd" {
        -re "Type commands for definition of \"abc-prefix def-prefix ghi-prefix-cmd\".\r\nEnd with a line saying just \"end\".\r\n>$" {
            gdb_test "end" "" \
-               "define user command: ghi-prefix-cmd"
+               "define empty user command: ghi-prefix-cmd"
        }
     }
 gdb_test_no_output "define-prefix abc-prefix def-prefix ghi-prefix-cmd"