aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_concurrent.rb
diff options
context:
space:
mode:
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}"