summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-01-03 18:39:19 +0100
committerJim Meyering <meyering@redhat.com>2010-01-03 18:40:33 +0100
commita6b73e6dd7a293316f669a8930198d140df6236b (patch)
tree8801a445c12a2e46b79c1b0108bd683f6e4846d9
parent6a44886e245da5862051080a6c7938dd1f0a3fc3 (diff)
downloaddiffutils-a6b73e6dd7a293316f669a8930198d140df6236b.tar.gz
tests: prepend ../src, not "." to PATH
* tests/help-version: Correct PATH.
-rwxr-xr-xtests/help-version2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/help-version b/tests/help-version
index fe59dbe..5049397 100755
--- a/tests/help-version
+++ b/tests/help-version
@@ -26,7 +26,7 @@ test "x$SHELL" = x && SHELL=/bin/sh
export SHELL
: ${srcdir=.}
-. "$srcdir/init.sh"; path_prepend_ .
+. "$srcdir/init.sh"; path_prepend_ ../src
expected_failure_status_chroot=125
expected_failure_status_env=125