summaryrefslogtreecommitdiff
path: root/libparted/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-06-08 23:18:02 +0200
committerJim Meyering <meyering@redhat.com>2008-06-08 23:41:42 +0200
commitb521054f9ece81e409b9e910b756825d7e6907ac (patch)
tree5140e71fa780d5c0d18e547796bf64abe385f0bc /libparted/tests/Makefile.am
parent1179e95b2133861c4841b14b76c2076e80cef4d6 (diff)
downloadparted-b521054f9ece81e409b9e910b756825d7e6907ac.tar.gz
adjust tests here (libparted/tests/), as done for tests/
* libparted/tests/Makefile.am (init.sh): Don't emit code to source test-lib.sh. * libparted/tests/t1000-label.sh: Source test-lib.sh, not init.sh. * libparted/tests/t2000-disk.sh: Likewise.
Diffstat (limited to 'libparted/tests/Makefile.am')
-rw-r--r--libparted/tests/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/libparted/tests/Makefile.am b/libparted/tests/Makefile.am
index fc42a43..cde1602 100644
--- a/libparted/tests/Makefile.am
+++ b/libparted/tests/Makefile.am
@@ -28,7 +28,6 @@ init.sh: Makefile.in
rm -f $@-t $@
echo 'PARTED_USABLE_TEST_DIR=$(PARTED_USABLE_TEST_DIR)' > $@-t
echo 'abs_top_srcdir=$(abs_top_srcdir)' >> $@-t
- echo '. $(abs_top_srcdir)/tests/test-lib.sh' >> $@-t
echo 'PATH=$(abs_builddir)$(PATH_SEPARATOR)$$PATH; export PATH' >> $@-t
chmod a-w $@-t
mv $@-t $@