shithub: scc

Download patch

ref: 1417acd1528ed0d2d51d5afe41647e8438b54a08
parent: 22218ccc36cf8af3752c00a54285c66ac8dbbf39
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Mon Dec 18 18:36:40 EST 2017

[as] Fix test.sh

--- a/as/test.sh
+++ b/as/test.sh
@@ -12,18 +12,19 @@
 sed -n '/^\// ! {
 	s/.*\/ //
 	s/  */\
-/
+/g
 	w '$tmp1'
 }' target/$cpu/test.s
 
+
 ../objdump/objdump |
 sed -n '/^data:/,$ {
 	/^data:/ ! {
 		s/.*: //
 		s/  */\
-/
+/g
 		w '$tmp2'
 	}
 }' 
 
-diff $tmp1 $tmp2 >/dev/null
+diff $tmp1 $tmp2