Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 31, 2024
1 parent 0dd7ca5 commit dbca72a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/general/mmap.c.dir/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.txt text eol=lf
5 changes: 5 additions & 0 deletions tests/testcase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ exit_status=0
|| exit_status=$?
echo $exit_status > "$exit_status_observed"

echo "HELLO $OSTYPE $exit_status"
if [ "$OSTYPE" = "msys" ] && [ "$exit_status" = "3" ]; then
echo 134 > "$exit_status_observed"
fi

# Determine the reference files to compare with.
if [ -e "$input.stdout.expected" ]; then
stdout_expected="$input.stdout.expected"
Expand Down

0 comments on commit dbca72a

Please sign in to comment.