Skip to content

Commit

Permalink
interp: reenable exec+append test case
Browse files Browse the repository at this point in the history
Issue mvdan#289 was closed and nothing was done, as it seemed like a bug in
Cygwin. Moreover, we can't reproduce the issue on neither Windows on
Travis nor Wine.
  • Loading branch information
mvdan committed Feb 17, 2019
1 parent 4c51437 commit 8fce229
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions interp/interp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1000,12 +1000,10 @@ var runTests = []runTest{
"echo foo >/dev/null; echo bar",
"bar\n",
},
// TODO: reenable once we've made a decision on
// https://github.com/mvdan/sh/issues/289
// {
// ">a; echo foo >>b; wc -c <a >>b; cat b",
// "foo\n0\n",
// },
{
">a; echo foo >>b; wc -c <a >>b; cat b",
"foo\n0\n",
},
{
"echo foo >a; <a",
"",
Expand Down

0 comments on commit 8fce229

Please sign in to comment.