Please find patch to coreutils-5.97/tests/sort/sort-mb-tests attached.
Submitted By: Virgil Anderson <vda at earthlink dot net>
Date: 2006-09-19
Initial Package Version: 5.97
Upstream Status: Submitted
Origin: Virgil Anderson
Description: adds missing source directory to input test script
sort-mb-tests so package can be both built and tested in a
seperate directory
diff -Naur coreutils/tests/sort/sort-mb-tests-orig
coreutils/tests/sort/sort-mb-tests
--- coreutils/tests/sort/sort-mb-tests-orig 2006-09-19 19:48:46.000000000
-0400
+++ coreutils/tests/sort/sort-mb-tests 2006-09-19 22:59:55.000000000 -0400
@@ -8,12 +8,11 @@
errors=0
test "$srcdir" || srcdir=.
test "$VERBOSE" && $xx --version 2> /dev/null
-
export LC_ALL=en_US.UTF-8
locale -k LC_CTYPE 2>&1 | grep -q charmap.*UTF-8 || exit 77
errors=0
-$xx -t ï¼ -k2 -n mb1.I > mb1.O
+$xx -t ï¼ -k2 -n $srcdir/mb1.I > mb1.O
code=$?
if test $code != 0; then
$echo "Test mb1 failed: $xx return code $code differs from expected value 0"
1>&2
@@ -31,7 +30,7 @@
esac
fi
-$xx -t ï¼ -k4 -n mb2.I > mb2.O
+$xx -t ï¼ -k4 -n $srcdir/mb2.I > mb2.O
code=$?
if test $code != 0; then
$echo "Test mb2 failed: $xx return code $code differs from expected value 0"
1>&2
--
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page