code: libextents

ref: fb7898cf13af74d49c56e7f04273b82b281b0515
dir: /chkextents.rc/

View raw version
#!/bin/rc

# tests the extents

# cd /mnt/term/home/j/local/plan9/custom/libextents/tests
# checker.rc

for(b in tests/*){
	diff $b^/output \
		<{cat $b^/input | 6.testextents} ||
		echo '	'$b failed
}