Skip to content

Commit c2b2772

Browse files
committed
remove redundant
1 parent e0fbae4 commit c2b2772

File tree

3 files changed

+0
-51
lines changed

3 files changed

+0
-51
lines changed
Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1 @@
11
#!/usr/bin/env bash
2-
3-
set -e
4-
5-
# Optional: Import test library bundled with the devcontainer CLI
6-
# See https://github.com/devcontainers/cli/blob/HEAD/docs/features/test.md#dev-container-features-test-lib
7-
# Provides the 'check' and 'reportResults' commands.
8-
source dev-container-features-test-lib
9-
10-
# Feature-specific tests
11-
# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
12-
# check <LABEL> <cmd> [args...]
13-
source dotnet_env.sh
14-
15-
16-
# Report results
17-
# If any of the checks above exited with a non-zero exit code, the test will fail.
18-
reportResults
Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1 @@
11
#!/usr/bin/env bash
2-
3-
set -e
4-
5-
# Optional: Import test library bundled with the devcontainer CLI
6-
# See https://github.com/devcontainers/cli/blob/HEAD/docs/features/test.md#dev-container-features-test-lib
7-
# Provides the 'check' and 'reportResults' commands.
8-
source dev-container-features-test-lib
9-
10-
# Feature-specific tests
11-
# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
12-
# check <LABEL> <cmd> [args...]
13-
source dotnet_env.sh
14-
15-
16-
# Report results
17-
# If any of the checks above exited with a non-zero exit code, the test will fail.
18-
reportResults
Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1 @@
11
#!/usr/bin/env bash
2-
3-
set -e
4-
5-
# Optional: Import test library bundled with the devcontainer CLI
6-
# See https://github.com/devcontainers/cli/blob/HEAD/docs/features/test.md#dev-container-features-test-lib
7-
# Provides the 'check' and 'reportResults' commands.
8-
source dev-container-features-test-lib
9-
10-
# Feature-specific tests
11-
# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
12-
# check <LABEL> <cmd> [args...]
13-
source dotnet_env.sh
14-
15-
16-
# Report results
17-
# If any of the checks above exited with a non-zero exit code, the test will fail.
18-
reportResults

0 commit comments

Comments
 (0)