summaryrefslogtreecommitdiffstats
path: root/tests/rhel5-xen-domU-hvm-ia64/sbin/dmidecode
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rhel5-xen-domU-hvm-ia64/sbin/dmidecode')
-rwxr-xr-xtests/rhel5-xen-domU-hvm-ia64/sbin/dmidecode4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/rhel5-xen-domU-hvm-ia64/sbin/dmidecode b/tests/rhel5-xen-domU-hvm-ia64/sbin/dmidecode
new file mode 100755
index 0000000..43e49a2
--- /dev/null
+++ b/tests/rhel5-xen-domU-hvm-ia64/sbin/dmidecode
@@ -0,0 +1,4 @@
+#!/bin/sh -
+echo '# dmidecode 2.11'
+echo '/sys/firmware/efi/systab: SMBIOS entry point missing' >&2
+exit 1