aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_concurrent.rb
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2014-05-10 12:41:35 +0100
committerMartin Pärtel <martin.partel@gmail.com>2014-05-10 12:41:35 +0100
commita93dd798d88277489374c45439384781a936cf78 (patch)
tree0ff592159762d0a889d6db0c7cbb3b52002b7e42 /tests/test_concurrent.rb
parentdc0cf937e50ea1abb7ce439a011531ddb3bbda02 (diff)
downloadbindfs-a93dd798d88277489374c45439384781a936cf78.tar.gz
(rm more trailing spaces)
Diffstat (limited to 'tests/test_concurrent.rb')
-rwxr-xr-xtests/test_concurrent.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_concurrent.rb b/tests/test_concurrent.rb
index 3b2030d..f981332 100755
--- a/tests/test_concurrent.rb
+++ b/tests/test_concurrent.rb
@@ -30,12 +30,12 @@ raise "Give two _different_ users as parameters" unless user1 != user2
testenv "--mirror=#{user1},#{user2}" do
touch('src/file')
-
+
count = 0
10.times do |i|
out1 = `su #{user1} -c "stat --format=%U mnt/file"`
out2 = `su #{user2} -c "stat --format=%U mnt/file"`
-
+
out1.strip!
out2.strip!
puts "#{i+1}: #{out1} #{out2}"