diff options
author | Roland McGrath <roland@redhat.com> | 2008-02-22 08:14:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2008-02-22 08:14:07 +0000 |
commit | 658094acf8d506867e62c10f70c51f65b8f7a829 (patch) | |
tree | 3275c4d343e3fd30dba00da26698e62a8c4804a9 /tests/run-disasm-x86-64.sh | |
parent | 059c83e5db89955913a39fe6705acca571c32c3f (diff) | |
download | elfutils-658094acf8d506867e62c10f70c51f65b8f7a829.tar.gz |
tests/
2008-02-22 Roland McGrath <roland@redhat.com>
* run-elflint-test.sh: Typo fix.
Diffstat (limited to 'tests/run-disasm-x86-64.sh')
-rwxr-xr-x | tests/run-disasm-x86-64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-disasm-x86-64.sh b/tests/run-disasm-x86-64.sh index 2d9ed631..01803c0a 100755 --- a/tests/run-disasm-x86-64.sh +++ b/tests/run-disasm-x86-64.sh @@ -26,7 +26,7 @@ . $srcdir/test-subr.sh # Run x86-64 test. -case "$(arch)" in +case "`uname -m`" in x86_64) tempfiles testfile45.o testfiles testfile45.S testfile45.expect |