code: mafs

ref: c50d8eeee3d160753559c456570859caf46261e1
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
}