aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_concurrent.rb
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2012-01-24 17:24:48 +0200
committerMartin Pärtel <martin.partel@gmail.com>2012-01-24 17:24:48 +0200
commitd8286ccf49e01e6abbac953c08c713f82a01f116 (patch)
tree12d7e001a3cd8238e4f9bbca9ed3e160f9985b00 /tests/test_concurrent.rb
parentf43b6e544f9fdc33f21cd03b091d024ac75307fe (diff)
downloadbindfs-d8286ccf49e01e6abbac953c08c713f82a01f116.tar.gz
Ruby 1.9 fixes to tests.
Diffstat (limited to 'tests/test_concurrent.rb')
-rwxr-xr-xtests/test_concurrent.rb2
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