[pkg-kolab] r1423 - pkg-kolab_testsuite

Mathieu Parent sathieu at alioth.debian.org
Thu Nov 26 18:23:39 UTC 2009


Author: sathieu
Date: 2009-11-26 18:23:39 +0000 (Thu, 26 Nov 2009)
New Revision: 1423

Modified:
   pkg-kolab_testsuite/testsuite
Log:
host file should be interpreted


Modified: pkg-kolab_testsuite/testsuite
===================================================================
--- pkg-kolab_testsuite/testsuite	2009-11-26 18:19:56 UTC (rev 1422)
+++ pkg-kolab_testsuite/testsuite	2009-11-26 18:23:39 UTC (rev 1423)
@@ -453,9 +453,9 @@
     
     print "* Copying /etc/hosts file:\n";
     my $hosts = hosts_file();
-    remote_command($domip, 'cat <<EOF > /etc/hosts
+    remote_command($domip, "cat <<EOF > /etc/hosts
 $hosts
-EOF');
+EOF");
     # ====
     print "* Preparing packages:\n";
     if($config{'kolab_installation_method'} eq 'native') {




More information about the pkg-kolab-devel mailing list