libSystem/tests
Pierre Pronchery 46adc5e7d4 More portable shebang, from 7heo <7heo@mail.com>
Original commit message:
« The path /bin/sh for the shebang is more portable
than /usr/bin/env, according to Sven Mascheck:
http://in-ulm.de/~mascheck/various/shebang/#env
and:
http://in-ulm.de/~mascheck/various/shells/

Additionally, a space after the shebang first two
characters (#!) is said to be more portable:
http://in-ulm.de/~mascheck/various/shebang/#blankrequired

I fixed the test script shebang accordingly. »

It doesn't say the presence of a space makes it more portable; it says it was a rumor that could never be proven true, for some completely obsolete releases of UNIX. I did not apply that part.

Thanks!
2014-03-13 13:49:29 +09:00
..
.cvsignore Renamed test/test.sh to tests/tests.sh (consistency) 2012-09-20 22:05:39 +00:00
COPYING Switched the license to the GPL LGPL version 3 2012-11-03 00:28:23 +01:00
Makefile Slightly improved the tests 2013-10-25 22:04:28 +02:00
project.conf Slightly improved the tests 2013-10-25 22:04:28 +02:00
string.c Code cleanup 2012-11-19 00:50:00 +01:00
tests.sh More portable shebang, from 7heo <7heo@mail.com> 2014-03-13 13:49:29 +09:00
variable.c Passing the current tests for the Variable class 2012-11-19 02:12:31 +01:00