This website requires JavaScript.
Explore
Help
Sign In
luc14n0
/
glib
Watch
1
Star
0
Fork
0
You've already forked glib
mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced
2025-04-19 13:49:17 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
glib
/
glib
/
tests
/
echo-script
3 lines
22 B
Plaintext
Raw
Normal View
History
Unescape
Escape
spawn: add shebang line to script downstream tools get confused when the script is missing a shebang line, and having a shebang line doesn't hurt, so add one.
2018-12-17 15:46:10 -05:00
#!/bin/sh
spawn: Improve test coverage Add a test that excercises the script execution code. Unfortunately, much of this code only runs in the forked child, and therefore its execution does not get caught by gcov.
2012-04-08 10:21:50 -04:00
echo "echo"
Reference in New Issue
Copy Permalink