diff options
Diffstat (limited to 'tests/run-strings-test.sh')
| -rwxr-xr-x | tests/run-strings-test.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/run-strings-test.sh b/tests/run-strings-test.sh index 139c2669..cfd9d236 100755 --- a/tests/run-strings-test.sh +++ b/tests/run-strings-test.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2005 Red Hat, Inc. +# Copyright (C) 2005, 2006 Red Hat, Inc. # This file is part of Red Hat elfutils. # Written by Ulrich Drepper <[email protected]>, 2005. # @@ -29,6 +29,9 @@ files="testfile `seq 2 9 | while read n; do echo testfile$n; done`" testfiles $files +LC_ALL=C +export LC_ALL + testrun_compare ../src/strings -tx -f $files <<\EOF testfile: f4 /lib/ld-linux.so.2 testfile: 1c9 __gmon_start__ |
