#!/bin/bash function test_init { request_DUT "m24c08dip8" || return 1 return 0 } function test_run { toprammer --write-eeprom "$testfile_1k" toprammer --read-eeprom "$tmpfile" compare_files "$testfile_1k" "$tmpfile" || die "EEPROM mismatch" }