Skip to content

Commit

Permalink
Fix typo in HelyxEnv (fix tests as well)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayerhs committed Jan 9, 2024
1 parent b045830 commit 81d890d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config/test_cmlenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def helyx_directory(tmpdir_factory):
platforms_dir.mkdir()
bindir = platforms_dir / "linux64Gcc94DPInt32Opt"
bindir.mkdir()
bashrc = platforms_dir / "activeBuild.cshrc"
bashrc = platforms_dir / "activeBuild.shrc"
bashrc.write_text(
textwrap.dedent(
f"""
Expand Down

0 comments on commit 81d890d

Please sign in to comment.