code: mafs

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