mirror of
https://github.com/kdave/btrfs-progs
synced 2025-05-01 23:48:00 +00:00
18 lines
725 B
Bash
Executable File
18 lines
725 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# let dump-super dump random data, must not crash
|
|
|
|
source "$TEST_TOP/common"
|
|
|
|
check_prereq btrfs
|
|
|
|
run_check "$TOP/btrfs" inspect-internal dump-super /dev/urandom
|
|
run_check "$TOP/btrfs" inspect-internal dump-super -a /dev/urandom
|
|
run_check "$TOP/btrfs" inspect-internal dump-super -fa /dev/urandom
|
|
run_check "$TOP/btrfs" inspect-internal dump-super -Ffa /dev/urandom
|
|
run_check "$TOP/btrfs" inspect-internal dump-super -Ffa /dev/urandom
|
|
run_check "$TOP/btrfs" inspect-internal dump-super -Ffa /dev/urandom
|
|
run_check "$TOP/btrfs" inspect-internal dump-super -Ffa /dev/urandom
|
|
run_check "$TOP/btrfs" inspect-internal dump-super -Ffa /dev/urandom
|
|
run_check "$TOP/btrfs" inspect-internal dump-super -Ffa /dev/urandom
|