瀏覽代碼

Add very basic "perl-cpanm" test

Tianon Gravi 3 年之前
父節點
當前提交
6ee007ffc7
共有 3 個文件被更改,包括 6 次插入0 次删除
  1. 1 0
      test/config.sh
  2. 4 0
      test/tests/perl-cpanm/container.sh
  3. 1 0
      test/tests/perl-cpanm/run.sh

+ 1 - 0
test/config.sh

@@ -169,6 +169,7 @@ imageTests+=(
 	'
 	[perl]='
 		perl-hello-world
+		perl-cpanm
 	'
 	[php]='
 		php-ext-install

+ 4 - 0
test/tests/perl-cpanm/container.sh

@@ -0,0 +1,4 @@
+#!/bin/sh
+set -eux
+
+cpanm --notest Mojolicious

+ 1 - 0
test/tests/perl-cpanm/run.sh

@@ -0,0 +1 @@
+../run-sh-in-container.sh