1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-09 20:19:20 +02:00

Return nonzero exit status if the test fails. ()

2003-07-31  Noah Levitt  <nlevitt@columbia.edu>

	* tests/unicode-encoding.c: Return nonzero exit status if the test fails. ()
This commit is contained in:
Noah Levitt 2003-07-31 16:51:52 +00:00 committed by Noah Levitt
parent 3b93b01219
commit 03e4805ff4
7 changed files with 25 additions and 1 deletions

@ -1,3 +1,7 @@
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
* tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
2003-07-31 Noah Levitt <nlevitt@columbia.edu> 2003-07-31 Noah Levitt <nlevitt@columbia.edu>
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that

@ -1,3 +1,7 @@
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
* tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
2003-07-31 Noah Levitt <nlevitt@columbia.edu> 2003-07-31 Noah Levitt <nlevitt@columbia.edu>
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that

@ -1,3 +1,7 @@
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
* tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
2003-07-31 Noah Levitt <nlevitt@columbia.edu> 2003-07-31 Noah Levitt <nlevitt@columbia.edu>
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that

@ -1,3 +1,7 @@
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
* tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
2003-07-31 Noah Levitt <nlevitt@columbia.edu> 2003-07-31 Noah Levitt <nlevitt@columbia.edu>
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that

@ -1,3 +1,7 @@
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
* tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
2003-07-31 Noah Levitt <nlevitt@columbia.edu> 2003-07-31 Noah Levitt <nlevitt@columbia.edu>
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that

@ -1,3 +1,7 @@
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
* tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
2003-07-31 Noah Levitt <nlevitt@columbia.edu> 2003-07-31 Noah Levitt <nlevitt@columbia.edu>
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that

@ -418,5 +418,5 @@ main (int argc, char **argv)
line++; line++;
} }
return 0; return exit_status;
} }