Skip to content

Commit 14a8429

Browse files
committed
fix(e2e): remove stale symlink requirement from 10_env_command.sh
The test only calls `mcpp self env`, checks directory/file existence, and runs grep. It neither sources _inherit_toolchain.sh nor performs any symlink operations directly. The `# requires: symlink` tag caused the test to be incorrectly skipped on Windows even though it has no symlink dependency.
1 parent e7a0db3 commit 14a8429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/10_env_command.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# requires: symlink
2+
# requires:
33
# `mcpp env` initializes $MCPP_HOME and prints expected layout.
44
set -e
55

0 commit comments

Comments
 (0)