mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 12:12:56 -03:00
6 lines
159 B
Bash
Executable file
6 lines
159 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Pre-push hook. If you want to test with a different version of firefox, put
|
|
# the path in the CFX_FIREFOX environment variable.
|
|
|
|
nosetests test
|