monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: ca94091e60f115747f025fec62


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: ca94091e60f115747f025fec6299749c8aecc92e
Date: Sat, 5 Feb 2011 03:42:00 GMT

revision:            ca94091e60f115747f025fec6299749c8aecc92e
date:                2011-02-05T03:41:13
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone
changelog:
* test/extra/bash_completion/__driver__.lua,
  test/extra/bash_completion/library.exp: : Use initial_dir instead of
  srcdir.

manifest:
format_version "1"

new_manifest [07144a6d80d1deaf555d55aa4619fd5212ee6fb6]

old_revision [03ed94fd64f0b50ec70ea27f3eb5cb5dd72672c9]

patch "test/extra/bash_completion/__driver__.lua"
 from [8fd46d0044012ef2a1686aa2ffe4c5729071198c]
   to [b03741df3491cd5215c6e9c2104523ee58f03e47]

patch "test/extra/bash_completion/library.exp"
 from [d77b4b981f9f7c170f039c090fabfc8ab3b2d416]
   to [106bcb86f31d51d9143a893c3ed19ea83e4d24b6]
============================================================
--- test/extra/bash_completion/__driver__.lua	8fd46d0044012ef2a1686aa2ffe4c5729071198c
+++ test/extra/bash_completion/__driver__.lua	b03741df3491cd5215c6e9c2104523ee58f03e47
@@ -44,7 +44,7 @@ function expect(test)
    if existsonpath("expect") then
       check({"expect",
 	     "-c", "set mtn \""..cmd_as_str(mtn()).."\"",
-	     "-c", "set srcdir \""..srcdir.."\"",
+	     "-c", "set initial_dir \""..initial_dir.."\"",
 	     "-c", "source library.exp",
 	     "-f", test..".exp"}, 0, true, false)
       check(grep("<<success>>", "stdout"), 0, false, false)
============================================================
--- test/extra/bash_completion/library.exp	d77b4b981f9f7c170f039c090fabfc8ab3b2d416
+++ test/extra/bash_completion/library.exp	106bcb86f31d51d9143a893c3ed19ea83e4d24b6
@@ -9,7 +9,7 @@ send_user "mtn = $mtn\n"
 }
 
 send_user "mtn = $mtn\n"
-send_user "srcdir = $srcdir\n"
+send_user "initial_dir = $initial_dir\n"
 send_user "PATH = $env(PATH)\n"
 spawn "bash" "-l"
 send "export PS1='@ '\n"
@@ -22,7 +22,7 @@ expect {
     -timeout 1
     "bash: /etc/bash_completion: " { failure; exit }
 }
-send ". $srcdir/../extra/shell/monotone.bash_completion\n"
+send ". $initial_dir/extra/shell/monotone.bash_completion\n"
 # Wait for the last line to be echoed
 expect "bash_completion2"
 #stty rows 512

reply via email to

[Prev in Thread] Current Thread [Next in Thread]