mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-11 03:31:17 +00:00
18 lines
706 B
Bash
Executable File
18 lines
706 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# let dump-super dump random data, must not crash
|
|
|
|
source $TOP/tests/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
|