Commit Graph

10 Commits

Author SHA1 Message Date
0390e6f12f Added a main loop for a more complete test 2014-08-12 21:42:30 +02:00
562396f94a Added a test for the "hayes" modem plug-in 2014-08-12 19:55:42 +02:00
b223b1a66d 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:58:24 +09:00
6019323ae0 Added a test for parsing PDUs 2014-02-21 03:46:37 +01:00
26e508b5c6 Moved the quirks for the "hayes" plug-in to a separate file 2014-02-20 04:27:30 +01:00
48c4ac170f Separating the "hayes" plug-in into more parts 2014-02-20 04:12:13 +01:00
4ac8f93eb9 Added a valid USSD code 2014-02-20 01:27:30 +01:00
86a1c498ec More accurate detection of USSD codes 2014-02-20 01:10:09 +01:00
918562fe3e Testing the modem plug-ins for conformance (none currently defines an icon) 2013-10-26 19:56:02 +02:00
3b42534145 Testing the plug-ins for conformance (some currently do not define an icon) 2013-10-26 19:48:43 +02:00