Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markphip committed May 7, 2024
1 parent f86ce03 commit 1d20e35
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/_global/debian_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -e
source dev-container-features-test-lib

check "git-version" bash -c "git --version | grep 'vfs'"
check "gcm-version" grep "2.0\." <(git-credential-manager --version)
check "no-dirs" grep -v "drwxr" <(ls -l /tmp/debian_tests)
check "git-config" grep "ado-auth-helper" <(cat /tmp/debian_tests/.git/config)
check "dotnet" grep "pkgs.dev.azure.com" <(cat /usr/local/bin/run-dotnet.sh)
Expand Down
1 change: 0 additions & 1 deletion test/_global/mariner_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -e
source dev-container-features-test-lib

check "git-version" bash -c "git --version | grep 'vfs'"
check "gcm-version" grep "2.0\." <(git-credential-manager --version)
check "no-dirs" grep -v "drwxr" <(ls -l /tmp/mariner_tests)
check "git-config" grep "ado-auth-helper" <(cat /tmp/mariner_tests/.git/config)
check "dotnet" grep "pkgs.dev.azure.com" <(cat /usr/local/bin/run-dotnet.sh)
Expand Down
1 change: 0 additions & 1 deletion test/_global/ubuntu_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -e
source dev-container-features-test-lib

check "git-version" bash -c "git --version | grep 'vfs'"
check "gcm-version" grep "2.0\." <(git-credential-manager --version)
check "no-dirs" grep -v "drwxr" <(ls -l /tmp/debian_tests)
check "git-config" grep "ado-auth-helper" <(cat /tmp/debian_tests/.git/config)
check "dotnet" grep "pkgs.dev.azure.com" <(cat /usr/local/bin/run-dotnet.sh)
Expand Down

0 comments on commit 1d20e35

Please sign in to comment.