diff --git a/test/test_physfs.c b/test/test_physfs.c index 513f49b..74314ae 100644 --- a/test/test_physfs.c +++ b/test/test_physfs.c @@ -626,6 +626,7 @@ static const command_info commands[] = { "addarchive", cmd_addarchive, 2, " " }, { "removearchive", cmd_removearchive, 1, "" }, { "enumerate", cmd_enumerate, 1, "" }, + { "ls", cmd_enumerate, 1, "" }, { "getlasterror", cmd_getlasterror, 0, NULL }, { "getdirsep", cmd_getdirsep, 0, NULL }, { "getcdromdirs", cmd_getcdromdirs, 0, NULL },