summaryrefslogtreecommitdiff
path: root/test/lib/completions/screen.exp
diff options
context:
space:
mode:
authorCrestez Dan Leonard <cdleonard@gmail.com>2010-02-02 11:16:29 +0200
committerCrestez Dan Leonard <cdleonard@gmail.com>2010-02-02 11:16:29 +0200
commitc3bb4416d71dfb73c813179e2b4a37767e5adb0d (patch)
tree2358b4832f8e40fe1ff13d3659d1edeb79ac9e3c /test/lib/completions/screen.exp
parent61f83856fb1365e8c9df525dbcc5b74708ddbfe4 (diff)
downloadbash-completion-c3bb4416d71dfb73c813179e2b4a37767e5adb0d.tar.gz
Fixed tests when BASH_COMPLETION or TESTDIR contain spaces.
Diffstat (limited to 'test/lib/completions/screen.exp')
-rw-r--r--test/lib/completions/screen.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/completions/screen.exp b/test/lib/completions/screen.exp
index 4bd5ad0a..f486b463 100644
--- a/test/lib/completions/screen.exp
+++ b/test/lib/completions/screen.exp
@@ -42,7 +42,7 @@ expect {
default { unresolved "$test" }
}; # expect
sync_after_int $prompt
-assert_bash_exec "cd \$TESTDIR"
+assert_bash_exec {cd "$TESTDIR"}