diff options
Diffstat (limited to 'test/lib/completions/btdownloadheadless.py.exp')
-rw-r--r-- | test/lib/completions/btdownloadheadless.py.exp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/lib/completions/btdownloadheadless.py.exp b/test/lib/completions/btdownloadheadless.py.exp new file mode 100644 index 00000000..69c62950 --- /dev/null +++ b/test/lib/completions/btdownloadheadless.py.exp @@ -0,0 +1,20 @@ +proc setup {} { + save_env +}; # setup() + + +proc teardown {} { + assert_env_unmodified +}; # teardown() + + +setup + + +assert_complete_any "btdownloadheadless.py " + + +sync_after_int + + +teardown |