summaryrefslogtreecommitdiff
path: root/tests/run-elflint-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-elflint-test.sh')
-rwxr-xr-xtests/run-elflint-test.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/run-elflint-test.sh b/tests/run-elflint-test.sh
index a0b93a25..e0e1c547 100755
--- a/tests/run-elflint-test.sh
+++ b/tests/run-elflint-test.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2005, 2007 Red Hat, Inc.
+# Copyright (C) 2005, 2007, 2008 Red Hat, Inc.
# This file is part of Red Hat elfutils.
# Written by Ulrich Drepper <drepper@redhat.com>, 2005.
#
@@ -41,4 +41,7 @@ testrun ../src/elflint -q testfile33
testfiles testfile42
testrun ../src/elflint -q --gnu-ld testfile42
+testfiles testfile46
+testrun ../src/elflint -q testfile46
+
exit 0