updated random generator tests

This commit is contained in:
Gani Georgiev
2025-08-22 21:20:30 +03:00
parent 819ec1ad5c
commit a2b1b19342
3 changed files with 26 additions and 22 deletions
+1
View File
@@ -4,6 +4,7 @@ package core
import "errors"
// https://github.com/pocketbase/pocketbase/pull/7116
func execve(argv0 string, argv []string, envv []string) error {
return errors.ErrUnsupported
}