diff options
Diffstat (limited to 'net/boinc-wrapper/test.sh')
-rw-r--r-- | net/boinc-wrapper/test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/boinc-wrapper/test.sh b/net/boinc-wrapper/test.sh new file mode 100644 index 000000000..33f2f96d4 --- /dev/null +++ b/net/boinc-wrapper/test.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +boinc-wrapper +# Non-zero exit status is expected so always return 0 to avoid false failure. +exit 0 |