Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 177010 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/cmd/ztest/ztest.c (-1 / +1 lines)
Lines 2758-2764 ztest_verify_blocks(char *pool) Link Here
2758
2758
2759
	/* LINTED */
2759
	/* LINTED */
2760
	/* zfs-fuse: ztest is never installed, so zdb should be in ../zdb/ */
2760
	/* zfs-fuse: ztest is never installed, so zdb should be in ../zdb/ */
2761
	(void) sprintf(zdb, "../zdb/zdb -bc%s%s -U -O %s %s",
2761
	(void) sprintf(zdb, "/usr/sbin/zdb -bc%s%s -U -O %s %s",
2762
	    zopt_verbose >= 3 ? "s" : "",
2762
	    zopt_verbose >= 3 ? "s" : "",
2763
	    zopt_verbose >= 4 ? "v" : "",
2763
	    zopt_verbose >= 4 ? "v" : "",
2764
	    ztest_random(2) == 0 ? "pre" : "post", pool);
2764
	    ztest_random(2) == 0 ? "pre" : "post", pool);

Return to bug 177010