summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGuillaume Rousse <guillaume@oberkampf.msr-inria.inria.fr>2009-12-29 23:05:28 +0100
committerGuillaume Rousse <guillaume@oberkampf.msr-inria.inria.fr>2009-12-29 23:05:28 +0100
commit84c20852a335f9b3cd4e82e446c342932aead8ff (patch)
tree7f1dce7b8723244642a750f30315b4d84cab51ee /test
parent14588b849107ce8223e5d400f9dcd6d321326e08 (diff)
downloadbash-completion-84c20852a335f9b3cd4e82e446c342932aead8ff.tar.gz
ensure HOME is changed before running test, to avoid polluting known_hosts result with tester environment
Diffstat (limited to 'test')
-rw-r--r--test/lib/completions/xhost.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/completions/xhost.exp b/test/lib/completions/xhost.exp
index 584a5f71..aeceadb6 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()