Comment # 4 on bug 1042856 from
The crash actually started occurring with me adding SNAPPER_NODBUS=1 variable
to the test suite, which triggers `snapper` runs with `--no-dbus` option:

snapper --no-dbus create --type single --cleanup-algorithm number
--print-number --description "type=single,cleanup_algorithm=number" --userdata
"type=single,cleanup_algorithm=number"

snapper --no-dbus create --cleanup number --command 'dd if=/dev/urandom of=data
bs=1M count=1024'

(I removed the SNAPPER_NODBUS=1 variable now because of the `--no-dbus`
approach does not work on Tumbleweed. I expect the test suite now starts
"passing".)


You are receiving this mail because: