Merge commit 'refs/top-bases/top' into top
This commit is contained in:
commit
c503f8e0b7
|
@ -2789,7 +2789,7 @@ ztest_verify_blocks(char *pool)
|
|||
FILE *fp;
|
||||
|
||||
/* Designed to be run exclusively in the development tree */
|
||||
(void) realpath(getexecname(), bin);
|
||||
VERIFY(realpath(getexecname(), bin) != NULL);
|
||||
strstr(bin, "/ztest/")[0] = '\0';
|
||||
|
||||
(void) sprintf(zdb,
|
||||
|
|
Loading…
Reference in New Issue