Skip to content

Commit

Permalink
[test] Fix case so it succeeds on CI machines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Nov 26, 2021
1 parent f2b8c52 commit e8eb23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oil_lang/testdata/inline-function-calls.oil
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ split-join-demo() {
unset IFS

echo '+ Since there is no word splitting of unquoted $(ls), here is an idiom:'
write @split( $(ls ~ | grep b) )
write @split( $(write bin/ lib/ | grep b) )
}

types-demo() {
Expand Down

0 comments on commit e8eb23a

Please sign in to comment.