summaryrefslogtreecommitdiff
path: root/test/lib/completions/find.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/find.exp')
-rw-r--r--test/lib/completions/find.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/completions/find.exp b/test/lib/completions/find.exp
index 9acda648..96d55334 100644
--- a/test/lib/completions/find.exp
+++ b/test/lib/completions/find.exp
@@ -43,7 +43,7 @@ sync_after_int
set test "-wholename should complete files/dirs"
set dir $::srcdir/fixtures/shared/default
set files [split [exec bash -c "cd $dir && ls -p"] "\n"]
-assert_complete_dir $files "find -wholename " $dir
+assert_complete_dir $files "find -wholename " $dir $test
sync_after_int