diff --git a/interp/interp_test.go b/interp/interp_test.go
index d1a3636ab..8a47b2b16 100644
--- a/interp/interp_test.go
+++ b/interp/interp_test.go
@@ -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 >b; cat b",
- // "foo\n0\n",
- // },
+ {
+ ">a; echo foo >>b; wc -c >b; cat b",
+ "foo\n0\n",
+ },
{
"echo foo >a;