diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-04-07 10:56:06 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2010-04-07 11:01:31 +0200 |
| commit | 55cf264a2bac21ed6b8729bc175df421e35facf4 (patch) | |
| tree | 277113f9bfcb322981b7cebb41442ce24b6a41be /tests/basic | |
| parent | eb7d0cc49110157fe0a7820f39cb052371af2699 (diff) | |
| download | diffutils-55cf264a2bac21ed6b8729bc175df421e35facf4.tar.gz | |
tests: use path_prepend_ consistently; remove unnecessary VERBOSE check
* tests/basic: Likewise.
* tests/binary: Likewise.
* tests/function-line-vs-leading-space: Likewise.
* tests/label-vs-func: Likewise.
* tests/stdin: Likewise.
Diffstat (limited to 'tests/basic')
| -rwxr-xr-x | tests/basic | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/basic b/tests/basic index 87bb7d8..bfee8bd 100755 --- a/tests/basic +++ b/tests/basic @@ -1,9 +1,8 @@ #!/bin/sh # small examples -test "$VERBOSE" = yes && set -x : ${srcdir=.} -. "$srcdir/init.sh" +. "$srcdir/init.sh"; path_prepend_ ../src fail=0 |
