summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libktest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libktest.sh b/lib/libktest.sh
index 8f4240f..af3cb31 100644
--- a/lib/libktest.sh
+++ b/lib/libktest.sh
@@ -92,7 +92,7 @@ parse_args_post()
if [[ -z $ktest_root_image ]]; then
if [[ -f $HOME/.ktest/root.$DEBIAN_ARCH ]]; then
- ktest_root_image="$HOME/.ktest/root.DEBIAN_ARCH"
+ ktest_root_image="$HOME/.ktest/root.$DEBIAN_ARCH"
elif [[ -f /var/lib/ktest/root.$DEBIAN_ARCH ]]; then
ktest_root_image=/var/lib/ktest/root.$DEBIAN_ARCH
else