Skip to content

Commit 198ab64

Browse files
committed
test suite: Fix tar failure caused by previous tar change
1 parent 88c671a commit 198ab64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/lib/completions/tar.exp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ proc setup {} {
33
}
44

55
proc teardown {} {
6-
assert_env_unmodified {/OLDPWD=/d}
6+
assert_env_unmodified {
7+
/OLDPWD=/d
8+
/declare -f _tar/d
9+
}
710
}
811

912
setup

0 commit comments

Comments
 (0)