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