diff options
author | Jim Meyering <meyering@redhat.com> | 2010-11-14 12:13:58 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-11-17 20:48:57 +0100 |
commit | 11d3389f5a11d988c8e384299a79ee2644977f97 (patch) | |
tree | fe6f0efcf927442b545d18c4762e77ed3504aee0 /tests/sample-test | |
parent | fbcc100f5bc4e5d57370544093fc9edfbde411d3 (diff) | |
download | coreutils-11d3389f5a11d988c8e384299a79ee2644977f97.tar.xz |
tests: remove test-lib.sh; now all tests use gnulib's init.sh
* tests/test-lib.sh: Remove file. No longer used.
* tests/Makefile.am (EXTRA_DIST): Remove it here, too.
* tests/sample-test: Correct a comment.
Diffstat (limited to 'tests/sample-test')
-rw-r--r-- | tests/sample-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sample-test b/tests/sample-test index 51408ce8c..27dc3b2ea 100644 --- a/tests/sample-test +++ b/tests/sample-test @@ -22,7 +22,7 @@ test "$VERBOSE" = yes && FIXME --version # FIXME: skip_if_root_ # FIXME: require_root_ -# If used, these must *follow* test-lib.sh. +# If used, these must *follow* init.sh. # FIXME: cleanup_() { rm -rf "$other_partition_tmpdir"; } # FIXME: . "$abs_srcdir/other-fs-tmpdir" |