Skip to content

Commit

Permalink
Fix test on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed May 28, 2024
1 parent 6629f04 commit 12db52d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/functional/Functional/slow_output_broken.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo -n "first: "
printf "first: "
sleep 1
echo "second"
sleep 0.5
printf "second"
sleep 0.5
2 changes: 1 addition & 1 deletion test/functional/Functional/stderr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ echo "more output"

sleep 1

exit 1
exit 1

0 comments on commit 12db52d

Please sign in to comment.