aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-12-14 01:09:16 +0300
committerGitHub <noreply@github.com>2022-12-14 01:09:16 +0300
commit7fa90110d762797cc0b1c2fe8fcc028c9b813d56 (patch)
treef466cd7d4b6ae326f0740829506b8ee837c35daa /test
parentbaf47e22b0c3dc5b418ac57aae2e750d14bbc9a3 (diff)
Git: Build from source with USE_LIBPCRE (#331)
Diffstat (limited to 'test')
-rw-r--r--test/git/install_git_from_src.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/git/install_git_from_src.sh b/test/git/install_git_from_src.sh
index 226278a..4bdcf30 100644
--- a/test/git/install_git_from_src.sh
+++ b/test/git/install_git_from_src.sh
@@ -8,5 +8,9 @@ source dev-container-features-test-lib
check "version" git --version
check "gettext" dpkg-query -l gettext
+cd /tmp && git clone https://github.com/devcontainers/feature-starter.git
+cd feature-starter
+check "perl" bash -c "git -c grep.patternType=perl grep -q 'a.+b'"
+
# Report result
reportResults