code: mafs

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