[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 38516ee43194fd496971a9c37e23109f3816e4bf
Guillaume Rousse
guillaume at oberkampf.msr-inria.inria.fr
Thu Dec 31 16:36:33 UTC 2009
The following commit has been merged in the master branch:
commit 84c20852a335f9b3cd4e82e446c342932aead8ff
Author: Guillaume Rousse <guillaume at oberkampf.msr-inria.inria.fr>
Date: Tue Dec 29 23:05:28 2009 +0100
ensure HOME is changed before running test, to avoid polluting known_hosts result with tester environment
diff --git a/test/lib/completions/xhost.exp b/test/lib/completions/xhost.exp
index 584a5f7..aeceadb 100644
--- a/test/lib/completions/xhost.exp
+++ b/test/lib/completions/xhost.exp
@@ -1,4 +1,5 @@
proc setup {} {
+ assert_bash_exec {HOME=$TESTDIR}
save_env
}; # setup()
--
bash-completion
More information about the Bash-completion-commits
mailing list