summaryrefslogblamecommitdiff
path: root/lib/spack/spack/test/cmd/cd.py
blob: dcbf9bde1c825b4851e59cd686378cd95af4793b (plain) (tree)
1
2
3
4
5
6
7
8
                                                                         
                                                                         
 

                                              

                                   
                       






                                                            
                                           
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.main import SpackCommand

cd = SpackCommand("cd")


def test_cd():
    """Sanity check the cd command to make sure it works."""

    out = cd()

    assert "To set up shell support" in out