cl: checkVArgs bugfix

This commit is contained in:
xushiwei
2024-05-09 06:19:09 +08:00
parent 8e9f019f82
commit 48737e361a
2 changed files with 35 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ func TestFromTestrt(t *testing.T) {
}
func TestFromTestdata(t *testing.T) {
cltest.FromDir(t, "", "./_testdata", false)
cltest.FromDir(t, "vargs", "./_testdata", false)
}
func TestSqlite(t *testing.T) {