Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sekiguchi-nagisa committed Apr 19, 2024
1 parent d947b85 commit 8e617d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exec/cases/base/builtin_ulimit2.ds
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ulimit -S -n 6
try {
ls | grep '*' | grep '*' | grep '*' | grep '*' | grep '*'
} catch e { $ex = $e; } # too many open pipe
assert ($ex as SystemError).message() =~ $/pipe opend failed, caused by.*many.*file.*/
assert ($ex as SystemError).message() =~ $/pipe opend failed, caused by.*file.*/

{
var fds : [FD]
Expand Down

0 comments on commit 8e617d9

Please sign in to comment.