diff options
author | Jim Meyering <meyering@redhat.com> | 2008-04-23 18:57:38 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-04-23 21:33:24 +0200 |
commit | d30ac3d321110b9cd99bfefda6a76fe6c95153b2 (patch) | |
tree | ac97e2531f58c375a0d1084ba55449ea7636c4af /tests | |
parent | 37370a584cac87c3fb0efaf28de6eba4d38536e5 (diff) | |
download | coreutils-d30ac3d321110b9cd99bfefda6a76fe6c95153b2.tar.xz |
tests: update commented-out examples in sample-test, too
* tests/sample-test: Use $top_srcdir/tests/SCRIPT_NAME, not
$top_srcdir/../SCRIPT_NAME here, too.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sample-test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/sample-test b/tests/sample-test index 0da0bca95..c081504a8 100644 --- a/tests/sample-test +++ b/tests/sample-test @@ -21,9 +21,9 @@ if test "$VERBOSE" = yes; then FIXME --version fi -# FIXME: . $srcdir/../envvar-check -# FIXME: . $srcdir/../lang-default -. $srcdir/../test-lib.sh +# FIXME: . $top_srcdir/tests/envvar-check +# FIXME: . $top_srcdir/tests/lang-default +. $top_srcdir/tests/test-lib.sh # FIXME: skip_if_root_ # FIXME: require_root_ |