Skip to content

Commit 016d574

Browse files
committed
Add comments
1 parent 3c70bd0 commit 016d574

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
@@ -280,10 +280,10 @@ b=$(ls aaaaaaaaaaaaaa 2>&1 | wc -l)
280280
res=$($com <<< 'ls aaaaaaaaaaaaaa 2>&1 | wc -l')
281281
[ "$b" == "$res" ] || err $LINENO
282282

283-
#res=$($com <<< 'pwd 200>&100')
283+
#res=$($com <<< 'pwd 200>&100') <- not passed on macOS of GitHub Actions, 20241019
284284
#[ "$?" == "1" ] || err $LINENO
285285

286-
#res=$($com <<< 'ls 200>&100')
286+
#res=$($com <<< 'ls 200>&100') <- not passed on macOS of GitHub Actions, 20241019
287287
#[ "$?" == "1" ] || err $LINENO
288288

289289
# with expansion

0 commit comments

Comments
 (0)