From 8d21033e5270dd083efb5795378cee9570d016d8 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Sat, 10 Dec 2011 14:55:31 +0000 Subject: [PATCH] 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. --- test/shell/000-basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shell/000-basic.sh b/test/shell/000-basic.sh index 0b54d9524..aabe82c10 100644 --- a/test/shell/000-basic.sh +++ b/test/shell/000-basic.sh @@ -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 -- 2.43.5