Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 208652
Collapse All | Expand All

(-)a/src/cmd/ztest/ztest.c (-1 / +1 lines)
Lines 2844-2850 Link Here
2844
	/* zfs-fuse: ztest is never installed, so zdb should be in ../zdb/ */
2844
	/* zfs-fuse: ztest is never installed, so zdb should be in ../zdb/ */
2845
	/* LINTED */
2845
	/* LINTED */
2846
	(void) sprintf(zdb,
2846
	(void) sprintf(zdb,
2847
	    "../zdb/zdb -bc%s%s -U /tmp/zpool.cache -O %s %s",
2847
	    "/usr/sbin/zdb -bc%s%s -U -O %s %s",
2848
	    zopt_verbose >= 3 ? "s" : "",
2848
	    zopt_verbose >= 3 ? "s" : "",
2849
	    zopt_verbose >= 4 ? "v" : "",
2849
	    zopt_verbose >= 4 ? "v" : "",
2850
	    ztest_random(2) == 0 ? "pre" : "post", pool);
2850
	    ztest_random(2) == 0 ? "pre" : "post", pool);

Return to bug 208652