diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2022-08-23 12:47:16 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2022-08-23 13:40:32 -0400 |
commit | f68c80c058020dec0ea6c9393bbcab5d83f4d5fd (patch) | |
tree | 9f8c216e050c9c772620a04b2fa174f663767a4e /lib/util.sh | |
parent | ed8cf8e27cb8b8abd9577dc7f721d1e269a2d435 (diff) |
Fix checking for qemu binary
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'lib/util.sh')
-rw-r--r-- | lib/util.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.sh b/lib/util.sh index 115bbd6..42d21dd 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -1,7 +1,7 @@ . "$ktest_dir/lib/common.sh" -checkdep_arch() +check_root_image_exists() { if [[ -z $ktest_root_image ]]; then if [[ -f $HOME/.ktest/root.$DEBIAN_ARCH ]]; then |