Skip to content

Commit 807f903

Browse files
committed
test suite: Add tar xvf filename test case
1 parent 6bdd922 commit 807f903

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/lib/completions/tar.exp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ set test "old option: create and members"
5959
assert_complete_dir "dir/ dir2/ archive.tar.xz escape.tar" "tar cTfvv NOT_EXISTS DONT_CREATE.tar " $::srcdir/fixtures/tar
6060
sync_after_int
6161

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+
6266
if { "$tar_version" == "gnu" } {
6367
set test "check short options"
6468
assert_complete_any "tar -c"

0 commit comments

Comments
 (0)