mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-11 14:01:48 +00:00
The new script (tests/check_ppc64_auxv_cap) in the first patch was written for the bash shell. I was told by fkrohm that there was an issue with bash sometime ago and the decision was to use sh instead. sh maps to bash on a lot of systems but on some it maps to dash. The script is not compatible with dash. In retesting the second patch with a fresh svn pull, I found that I forgot to do the svn add for the new script file. Which causes the regression test to fail with the second patch applied. So, I have decided it will be best to just back out patch 1 and 2 for now. I will fix the script and do this again. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15390