code: mafs

ref: 80e6c118c65b013bde24f8b9c95881c0e3a73d3e
dir: /tests/chkextents.rc/

View raw version
#!/bin/rc

# tests the extents

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

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