public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/test/shell 000-basic.sh
@ 2011-12-10 14:55 mornfall
  0 siblings, 0 replies; only message in thread
From: mornfall @ 2011-12-10 14:55 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mornfall@sourceware.org	2011-12-10 14:55:31

Modified files:
	test/shell     : 000-basic.sh 

Log message:
	Nowadays, lvm-version.h is generated from lvm-version.h.in, and lives in the
	build directory, not the source one -> fix test/shell/000-basic.sh.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/shell/000-basic.sh.diff?cvsroot=lvm2&r1=1.1&r2=1.2

--- LVM2/test/shell/000-basic.sh	2011/11/21 00:15:46	1.1
+++ LVM2/test/shell/000-basic.sh	2011/12/10 14:55:31	1.2
@@ -12,7 +12,7 @@
 
 lvm version
 
-v=$abs_top_srcdir/lib/misc/lvm-version.h
+v=$abs_top_builddir/lib/misc/lvm-version.h
 sed -n "/#define LVM_VERSION ./s///p" "$v" | sed "s/ .*//" > expected
 
 lvm pvmove --version|sed -n "1s/.*: *\([0-9][^ ]*\) .*/\1/p" > actual


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-10 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-10 14:55 LVM2/test/shell 000-basic.sh mornfall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).