On 06/11/2014 03:13 PM, Brian C. Lane wrote:
> make distcheck was failing because these scripts were not being
> included.

I have pushed these patches along with the resize patches.  Also I added
this patch to fix another make distcheck error.  I have also tagged it
as v3.1.90 and am going to upload a release candidate tarball so the
translation project can get started updating the translations.  I am
still getting a distcheck failure however, apparently due to something
being set up wrong with the .pot files.  I will start a new thread in a
second to try and sort that out.


From ae37d7c4586664e18f42e25a7f210f392e1f0100 Mon Sep 17 00:00:00 2001
From: Phillip Susi <[email protected]>
Date: Sun, 15 Jun 2014 18:20:07 -0400
Subject: [PATCH] tests: fix t9020-alignment.sh

This test was refering to print-alignment by absolute path, which
broke building with a different object directory, causing
make distcheck to fail.
---
 tests/t9020-alignment.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/t9020-alignment.sh b/tests/t9020-alignment.sh
index f27b59b..9ea6eb0 100755
--- a/tests/t9020-alignment.sh
+++ b/tests/t9020-alignment.sh
@@ -36,7 +36,7 @@ scsi_debug_setup_ physblk_exp=3 lowest_aligned=7 num_parts=4 > dev-name ||
 scsi_dev=$(cat dev-name)
 
 # print alignment info
-"$abs_srcdir/print-align" $scsi_dev > out 2>&1 || fail=1
+../print-align $scsi_dev > out 2>&1 || fail=1
 
 compare exp out || fail=1
 
-- 
1.9.1

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to