diff options
author | Regia König | 2022-08-16 11:35:13 +0200 |
---|---|---|
committer | Regia König | 2022-08-16 11:35:13 +0200 |
commit | d99884c208a95a4a07174ded55d06e222f0c1ad6 (patch) | |
tree | 62502223ea31a6f9b61cf5608f25ccf12daa6da0 /test_code | |
parent | Reorder GDB commands (diff) | |
download | memtest86-d99884c208a95a4a07174ded55d06e222f0c1ad6.tar.gz memtest86-d99884c208a95a4a07174ded55d06e222f0c1ad6.tar.xz memtest86-d99884c208a95a4a07174ded55d06e222f0c1ad6.zip |
Correct a mistake in test.sh
Diffstat (limited to 'test_code')
-rw-r--r-- | test_code/OVMF_VARS.fd | bin | 540672 -> 540672 bytes | |||
-rwxr-xr-x | test_code/test.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test_code/OVMF_VARS.fd b/test_code/OVMF_VARS.fd Binary files differindex ac36f42..a7fab53 100644 --- a/test_code/OVMF_VARS.fd +++ b/test_code/OVMF_VARS.fd diff --git a/test_code/test.sh b/test_code/test.sh index b29ac6e..1a72eb7 100755 --- a/test_code/test.sh +++ b/test_code/test.sh @@ -1,5 +1,5 @@ -#!\bin\bash +#!/bin/bash sudo qemu-system-x86_64 -s -bios ./OVMF.fd \ -hda fat:rw:hda-contents \ |