force restart

This commit is contained in:
Dan Buch
2011-05-29 19:40:07 -07:00
parent 9e5cf6d00a
commit c984ce1fd0
3 changed files with 12 additions and 3 deletions

5
basics/tests/test_hello_world Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
./bin/hello-world > /dev/null 2>&1
exit $?