diff options
Diffstat (limited to 'tests/test_concurrent.rb')
-rwxr-xr-x | tests/test_concurrent.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_concurrent.rb b/tests/test_concurrent.rb index f07c031..3b2030d 100755 --- a/tests/test_concurrent.rb +++ b/tests/test_concurrent.rb @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with bindfs. If not, see <http://www.gnu.org/licenses/>. # -require 'common.rb' +require './common.rb' raise "Please run this as root" unless Process.uid == 0 |