Skip to content

Commit

Permalink
testsuite/_filedir: Remove the cruft from the a\$b->h unit test (Alio…
Browse files Browse the repository at this point in the history
…th: #313480)
  • Loading branch information
GArik committed Sep 6, 2012
1 parent 8227351 commit 23ac383
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/unit/_filedir.exp
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ foreach name {f f2} {

set test "completing $name a\\\$b/ should return h"
set cmd "$name a\\\$b/"
assert_complete_dir "\b\b\b\b\b$::srcdirabs/fixtures/_filedir/a\\\\\$b/h" \
$cmd "$::srcdir/fixtures/_filedir" $test
assert_complete_dir h $cmd "$::srcdir/fixtures/_filedir" $test


sync_after_int
Expand Down Expand Up @@ -199,7 +198,7 @@ foreach name {f f2} {


set cmd "$name \"a\\\$b/"; #"
assert_complete_dir "\b\b\b\b\b$::srcdirabs/fixtures/_filedir/a\\\\\$b/h\\\"" $cmd "$::srcdir/fixtures/_filedir"
assert_complete_dir {h"} $cmd "$::srcdir/fixtures/_filedir"; #"


sync_after_int
Expand Down

0 comments on commit 23ac383

Please sign in to comment.