summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ChangeLog4
-rwxr-xr-xtests/run-dwarflint-self.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 6e4519d6..dadc395c 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-19 Mark Wielaard <[email protected]>
+
+ * tests/run-dwarflint-self.sh: Test new dwarflint/dwarflint location.
+
2010-06-04 Roland McGrath <[email protected]>
* run-unstrip-test.sh: Also test modifying the file in place.
diff --git a/tests/run-dwarflint-self.sh b/tests/run-dwarflint-self.sh
index d1f6ca25..1f35889a 100755
--- a/tests/run-dwarflint-self.sh
+++ b/tests/run-dwarflint-self.sh
@@ -30,7 +30,7 @@ runtest()
{
for file; do
if [ -f $file ]; then
- testrun ../src/dwarflint -q -i --gnu $file ||
+ testrun ../dwarflint/dwarflint -q -i --gnu $file ||
{ echo "*** failure in $file"; status=1; }
fi
done