libprocess
  • Overview
  • Repository
  • Tickets
  • Statistics
  • Projects

Repository

Fix syscalls

Parent commits : fa234231fdc9a7428adc2f2e2eea5534bfb1703d,
Children commits : 5ff5447248dce62a7ed0fda04a19dc784cebcad2,

By Laurent Defert on 2010-09-19 18:12:44
Fix syscalls

Browse content
Difference with parent commit fa234231fdc9a7428adc2f2e2eea5534bfb1703d
Files modified:
test/strace/strace.sh
--- 
+++ 
@@ -6,7 +6,7 @@
 then
 	EXPECTED=" 59 12 9 21 2 5 9 3 2 0"
 else
-	EXPECTED=" 11 45 33 5 197 192 6 5 3 197"
+	EXPECTED=" 11 45 192 33 5 197 192 6 5 3"
 fi
 
 for line in $($STARTER ./build/strace sleep 1 | head -n 10)

Generated with KisssPM