1 We cannot run sudo during automatic testing.
3 --- znapzend-0.23.2/t/znapzendzetup.t.orig
4 +++ znapzend-0.23.2/t/znapzendzetup.t
6 is (runCommand(qw(disable-dst tank/sourcemissing)), 0, 'znapzendzetup disable-dst tank/sourcemissing - fails (bad arg list)');
8 # This one calls "zfs list -r" and then many times "zfs get"
9 -is (runCommand(qw(list), '--features=lowmemRecurse,sudo', qw(--debug -r tank/source)), 1, 'znapzendzetup list --features=lowmemRecurse,sudo --debug -r tank/source');
10 +is (runCommand(qw(list), '--features=lowmemRecurse', qw(--debug -r tank/source)), 1, 'znapzendzetup list --features=lowmemRecurse --debug -r tank/source');
11 # This one calls "zfs get -r"
12 is (runCommand(qw(list --debug --recursive tank/source)), 1, 'znapzendzetup list --debug --recursive tank/source');
13 # This one should follow a codepath of undefined "dataSet" to show and so all datasets known to zfs (mock)