summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2012-05-29 21:34:50 +0100
committerRoger Leigh <rleigh@debian.org>2012-05-29 21:34:50 +0100
commitd15a6d760325243a12dc225068d228826fa2d246 (patch)
treebfd1b682fa27182de12d8672eb10f226055156e6
parentc7583192e7671926229a198eab9e605cd7f41205 (diff)
downloadschroot-d15a6d760325243a12dc225068d228826fa2d246.tar.gz
test: Fix path for CHROOT_PROFILE environment variablerelease/schroot-1.5.3debian/schroot-1.5.3-1
-rw-r--r--test/test-sbuild-chroot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-sbuild-chroot.h b/test/test-sbuild-chroot.h
index 9e973f3c..d1cd5b73 100644
--- a/test/test-sbuild-chroot.h
+++ b/test/test-sbuild-chroot.h
@@ -199,7 +199,7 @@ public:
env.add("SESSION_ID", "test-name");
env.add("CHROOT_DESCRIPTION", "test-description");
env.add("CHROOT_SCRIPT_CONFIG", sbuild::normalname(std::string(SCHROOT_SYSCONF_DIR) + "/default/config"));
- env.add("CHROOT_PROFILE", "/etc/schroot/default");
+ env.add("CHROOT_PROFILE", sbuild::normalname(std::string(SCHROOT_SYSCONF_DIR) + "/default"));
env.add("CUSTOM_TEST1", "testval");
}