diff options
Diffstat (limited to 'test.bash')
-rw-r--r-- | test.bash | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -34,10 +34,9 @@ run_test_simple() { hexdump -Cv ${file_orig_bin} | head -n1 echo ${file_as_bin} hexdump -Cv ${file_as_bin} | head -n1 - break; else echo "OK" - cat ${file_asm} + #cat ${file_asm} fi } |