From f3734a705e6d81f776bf0e0621f1c75a54d31d6f Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Thu, 26 Apr 2012 20:42:25 +0200 Subject: tests: Fix ahex parameter Signed-off-by: Michael Buesch --- tests/top2049/atmega32dip40.test | 2 +- tests/top2049/atmega88dip28.test | 2 +- tests/top2049/atmega8dip28.test | 2 +- tests/top2049/attiny13dip8.test | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/top2049/atmega32dip40.test b/tests/top2049/atmega32dip40.test index a346729..6c12d71 100644 --- a/tests/top2049/atmega32dip40.test +++ b/tests/top2049/atmega32dip40.test @@ -26,7 +26,7 @@ test_run() # Check fuses testfuses="A4D9" - echo "0x0000: $testfuses" | toprammer -I hex --write-fuse - + echo "0x0000: $testfuses" | toprammer -I ahex --write-fuse - toprammer --read-fuse "$tmpfile" compare_file_to_hex "$tmpfile" "$testfuses" || die "fuses mismatch" diff --git a/tests/top2049/atmega88dip28.test b/tests/top2049/atmega88dip28.test index 6d904c1..7bb82f2 100644 --- a/tests/top2049/atmega88dip28.test +++ b/tests/top2049/atmega88dip28.test @@ -26,7 +26,7 @@ test_run() # Check fuses #TODO testfuses="E1D9" -# echo "0x0000: $testfuses" | toprammer -I hex --write-fuse - +# echo "0x0000: $testfuses" | toprammer -I ahex --write-fuse - # toprammer --read-fuse "$tmpfile" # compare_file_to_hex "$tmpfile" "$testfuses" || die "fuses mismatch" diff --git a/tests/top2049/atmega8dip28.test b/tests/top2049/atmega8dip28.test index 5d5ec19..2cb2ca1 100644 --- a/tests/top2049/atmega8dip28.test +++ b/tests/top2049/atmega8dip28.test @@ -26,7 +26,7 @@ test_run() # Check fuses testfuses="E1D9" - echo "0x0000: $testfuses" | toprammer -I hex --write-fuse - + echo "0x0000: $testfuses" | toprammer -I ahex --write-fuse - toprammer --read-fuse "$tmpfile" compare_file_to_hex "$tmpfile" "$testfuses" || die "fuses mismatch" diff --git a/tests/top2049/attiny13dip8.test b/tests/top2049/attiny13dip8.test index 15060cc..1ec6f76 100644 --- a/tests/top2049/attiny13dip8.test +++ b/tests/top2049/attiny13dip8.test @@ -26,7 +26,7 @@ test_run() # Check fuses testfuses="6AFF" - echo "0x0000: $testfuses" | toprammer -I hex --write-fuse - + echo "0x0000: $testfuses" | toprammer -I ahex --write-fuse - toprammer --read-fuse "$tmpfile" compare_file_to_hex "$tmpfile" "$testfuses" || die "fuses mismatch" -- cgit v1.2.3