mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
regression tests: Remove superfluous backticks
Backticks are not needed around a shell statement that does not produce any output. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15439
This commit is contained in:
parent
9ce23dde2a
commit
d138ed7448
@ -1,2 +1,2 @@
|
||||
prereq: ! `../../tests/os_test darwin`
|
||||
prereq: ! ../../tests/os_test darwin
|
||||
prog: ../../drd/tests/pth_cond_destroy_busy
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
prereq: test ! `../../tests/os_test darwin` && ! `../../tests/arch_test mips32` && ! `../../tests/arch_test ppc64`
|
||||
prereq: ! ../../tests/os_test darwin && ! ../../tests/arch_test mips32 && ! ../../tests/arch_test ppc64
|
||||
prog: leak-segv-jmp
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
prog: getregset
|
||||
vgopts: -q
|
||||
prereq: ../../../tests/os_test linux 2.6.33 && ! ../../../tests/arch_test mips32 && ! `../../../tests/arch_test ppc64`
|
||||
prereq: ../../../tests/os_test linux 2.6.33 && ! ../../../tests/arch_test mips32 && ! ../../../tests/arch_test ppc64
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: `LD_SHOW_AUXV=1 /bin/echo | grep AT_PLATFORM > /dev/null`
|
||||
prereq: LD_SHOW_AUXV=1 /bin/echo | grep -q AT_PLATFORM
|
||||
prog: proc-auxv
|
||||
vgopts: -q
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: test ! `../../tests/arch_test ppc32` && ! `../../tests/arch_test ppc64` && ! `../../tests/arch_test s390x` && ! `../../tests/mips_features mips-be`
|
||||
prereq: ! ../../tests/arch_test ppc32 && ! ../../tests/arch_test ppc64 && ! ../../tests/arch_test s390x && ! ../../tests/mips_features mips-be
|
||||
prog: test-plo
|
||||
vgopts: -q --partial-loads-ok=yes
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
prog: fxsave
|
||||
prereq: ../../../tests/x86_amd64_features x86-sse && ! `../../../tests/os_test darwin`
|
||||
prereq: ../../../tests/x86_amd64_features x86-sse && ! ../../../tests/os_test darwin
|
||||
vgopts: -q
|
||||
args: x
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user