summaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test.bash')
-rw-r--r--test.bash3
1 files changed, 1 insertions, 2 deletions
diff --git a/test.bash b/test.bash
index c6fce55..4441e6c 100644
--- a/test.bash
+++ b/test.bash
@@ -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
}