mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
8 lines
150 B
Bash
8 lines
150 B
Bash
#!/bin/bash
|
|
|
|
cat <<EOF > $TMPDIR/expected
|
|
Xen
|
|
EOF
|
|
parse_virtualization_dmesg samples/dmesg-006.txt > $TMPDIR/got
|
|
no_diff $TMPDIR/got $TMPDIR/expected
|