code: mafs

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