Skip to content

Commit 3c70bd0

Browse files
committed
Remove another test case for Mac
1 parent 0d9c82f commit 3c70bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_others.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ res=$($com <<< 'ls aaaaaaaaaaaaaa 2>&1 | wc -l')
283283
#res=$($com <<< 'pwd 200>&100')
284284
#[ "$?" == "1" ] || err $LINENO
285285

286-
res=$($com <<< 'ls 200>&100')
287-
[ "$?" == "1" ] || err $LINENO
286+
#res=$($com <<< 'ls 200>&100')
287+
#[ "$?" == "1" ] || err $LINENO
288288

289289
# with expansion
290290

0 commit comments

Comments
 (0)