Index: src/scripts/build_autotest.sh |
diff --git a/src/scripts/build_autotest.sh b/src/scripts/build_autotest.sh |
index 24c8eca15da23f97a8edae22b0343d6c94f2d4a3..b5b8ad20fc8a0c888a7da3825b4b288ad371f00f 100755 |
--- a/src/scripts/build_autotest.sh |
+++ b/src/scripts/build_autotest.sh |
@@ -11,7 +11,7 @@ |
# The user can later run autotest against an ssh enabled test client system, or |
# install the compiled client tests directly onto the rootfs image. |
-. "$(dirname "$0")/common.sh" |
+# Includes common already |
. "$(dirname $0)/autotest_lib.sh" |
# Script must be run inside the chroot |