summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/build-system-cpan.script3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/build-system-cpan.script b/tests/build-system-cpan.script
index 31d69f1d..73e3f186 100755
--- a/tests/build-system-cpan.script
+++ b/tests/build-system-cpan.script
@@ -56,7 +56,8 @@ git commit --quiet -m 'convert hello into a perl cpan project'
"$SRCDIR/scripts/test-morph" build --prefix=/ chunk-repo farrokh hello.morph
PERLMAJOR=`perl -e 'print $^V' | sed 's|^v\([^\.]*\)\.[^\.]*\.[^\.]*$|\1|'`
-ARCH=`perl -V | grep 'archname' | grep -v -e '-Darchname' | sed 's|^.*archname=\(\S*\).*$|\1|'`
+ARCH=`perl -V | grep 'archname' | grep -v -e '-Darchname' |
+ sed 's|^.*archname=\(\S*\).*$|\1|'`
for chunk in "$DATADIR/cache/"*.chunk.*
do