[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] maint: use the standard require_perl_ function
From: |
Pádraig Brady |
Subject: |
[PATCH] maint: use the standard require_perl_ function |
Date: |
Wed, 25 Jan 2012 16:56:30 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0 |
commit c18376ffb370a6a2c61e07159711bfc4a19bd5fb
Author: Pádraig Brady <address@hidden>
Date: Tue Jan 24 14:32:42 2012 +0000
maint: use the standard require_perl_ function
* tests/cp/sparse-fiemap: Don't use a separate check.
diff --git a/tests/cp/sparse-fiemap b/tests/cp/sparse-fiemap
index 27756a5..61e807c 100755
--- a/tests/cp/sparse-fiemap
+++ b/tests/cp/sparse-fiemap
@@ -18,7 +18,7 @@
. "${srcdir=.}/init.sh"; path_prepend_ ../src
print_ver_ cp
-$PERL -e 1 || skip_ 'you lack perl'
+require_perl_
# The test was seen to fail on ext3 so exclude that type
# (or any file system where the type can't be determined)
- [PATCH] maint: use the standard require_perl_ function,
Pádraig Brady <=