summaryrefslogtreecommitdiff
path: root/test/unit/_tilde.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/_tilde.exp')
-rw-r--r--test/unit/_tilde.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/unit/_tilde.exp b/test/unit/_tilde.exp
index 2e22b848..19f47241 100644
--- a/test/unit/_tilde.exp
+++ b/test/unit/_tilde.exp
@@ -46,6 +46,12 @@ sync_after_int
set test "~part should complete to ~full"
set cmd [format {_tilde "~%s"; printf "%%s\n" "${COMPREPLY[@]}"} $part]
assert_bash_list "~$full" $cmd $test
+sync_after_int
+
+
+# Debian #766163
+assert_no_complete "_tilde ~-o"
+sync_after_int
teardown