diff options
author | Burt P <pburt0@gmail.com> | 2017-07-09 23:00:46 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-12 19:38:41 -0700 |
commit | fceafb0ba92b1f8075fe9254db6d2997f18ad8ad (patch) | |
tree | a55b6dd9b12361bbbd61499ea476409aec9e1461 | |
parent | a2477dcfcb6e07f6a2e78ea4a7d0cfa3ca99beae (diff) |
test.sh: put the cap on
Signed-off-by: Burt P <pburt0@gmail.com>
-rw-r--r-- | test/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index 51b5360b..b9dd6c89 100644 --- a/test/test.sh +++ b/test/test.sh @@ -23,4 +23,4 @@ do_test() { #do_test sh data/sh_dreamcast_cpuinfo #do_test sh data/sh_sh3_cpuinfo #do_test sh data/sh_sh64_cpuinfo -do_test s390 data/s390_hurcules_cpuinfo +#do_test s390 data/s390_hurcules_cpuinfo |