We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdd922 commit 807f903Copy full SHA for 807f903
test/lib/completions/tar.exp
@@ -59,6 +59,10 @@ set test "old option: create and members"
59
assert_complete_dir "dir/ dir2/ archive.tar.xz escape.tar" "tar cTfvv NOT_EXISTS DONT_CREATE.tar " $::srcdir/fixtures/tar
60
sync_after_int
61
62
+set test "old option: extract and archive"
63
+assert_complete_dir "dir/ dir2/ archive.tar.xz escape.tar" "tar xvf " $::srcdir/fixtures/tar
64
+sync_after_int
65
+
66
if { "$tar_version" == "gnu" } {
67
set test "check short options"
68
assert_complete_any "tar -c"
0 commit comments