We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c70bd0 commit 016d574Copy full SHA for 016d574
test/test_others.bash
@@ -280,10 +280,10 @@ b=$(ls aaaaaaaaaaaaaa 2>&1 | wc -l)
280
res=$($com <<< 'ls aaaaaaaaaaaaaa 2>&1 | wc -l')
281
[ "$b" == "$res" ] || err $LINENO
282
283
-#res=$($com <<< 'pwd 200>&100')
+#res=$($com <<< 'pwd 200>&100') <- not passed on macOS of GitHub Actions, 20241019
284
#[ "$?" == "1" ] || err $LINENO
285
286
-#res=$($com <<< 'ls 200>&100')
+#res=$($com <<< 'ls 200>&100') <- not passed on macOS of GitHub Actions, 20241019
287
288
289
# with expansion
0 commit comments