code: mafs

ref: c947228f7cf50bbbeb3f1e1b1808280e9ae9247f
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/*){
	echo $b
	diff $b^/output \
		<{cat $b^/input | 6.testextents} &&
		echo '	'passed
}