summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-05-28 13:00:31 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-05-28 13:00:31 +0100
commita1e8cdf2a254c5eddaf525cd7c34e4c937690204 (patch)
tree4a53b93475a9f5ddd2b0159068818a530e21a797 /perl
parent4e444d53cc9497b7cb36ad35fdee825cade72b0f (diff)
downloadlibguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.tar.gz
libguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.tar.xz
libguestfs-a1e8cdf2a254c5eddaf525cd7c34e4c937690204.zip
Move the appliance and build scripts into new appliance/ subdirectory.
Diffstat (limited to 'perl')
-rw-r--r--perl/examples/README2
-rwxr-xr-xperl/run-perl-tests2
2 files changed, 2 insertions, 2 deletions
diff --git a/perl/examples/README b/perl/examples/README
index a7c654f7..e5385583 100644
--- a/perl/examples/README
+++ b/perl/examples/README
@@ -12,6 +12,6 @@ Tips:
LIBGUESTFS_PATH as in this example (if run from the root directory of
the source distribution):
- LIBGUESTFS_PATH=$(pwd) \
+ LIBGUESTFS_PATH=$(pwd)/appliance \
PERL5LIB=$(pwd)/perl/blib/lib:$(pwd)/perl/blib/arch/auto/Sys/Guestfs \
perl/examples/foo
diff --git a/perl/run-perl-tests b/perl/run-perl-tests
index 228fb17c..e3f315e9 100755
--- a/perl/run-perl-tests
+++ b/perl/run-perl-tests
@@ -17,5 +17,5 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
export LD_LIBRARY_PATH=../src/.libs
-export LIBGUESTFS_PATH=$(cd .. > /dev/null && pwd)
+export LIBGUESTFS_PATH=../appliance
make -f Makefile-pl test "$@"