Artifact [ff243d60b5]

Artifact ff243d60b58ad29e564fc9d5606d536b12c5895bac15fb369bf780f0243af9f4:


set fd [open "//xvfs:/example/foo"]
seek $fd 0 end
seek $fd -1 current
set check [read $fd 1]
if {$check != "\n"} {
	error "EXPECTED: (new line); GOT: [binary encode hex $check]"
}

puts "ALL TESTS PASSED"