From a93dd798d88277489374c45439384781a936cf78 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sat, 10 May 2014 12:41:35 +0100 Subject: (rm more trailing spaces) --- tests/test_concurrent.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_concurrent.rb') 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}" -- cgit v1.2.3